diff --git a/integration_tests/pages/page.ts b/integration_tests/pages/page.ts index 8a81a68c4a..f7e19f6ae8 100644 --- a/integration_tests/pages/page.ts +++ b/integration_tests/pages/page.ts @@ -14,6 +14,7 @@ export default abstract class Page { constructor(private readonly title: string) { this.checkOnPage() cy.injectAxe() + cy.configureAxe({ rules: [{ id: 'aria-allowed-attr', reviewOnFail: true }] }) cy.checkA11y() }