You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,6 +19,16 @@ export default abstract class Page {
17
19
18
20
checkOnPage(): void{
19
21
cy.get('h1').contains(this.title)
22
+
cy.injectAxe()
23
+
cy.configureAxe({
24
+
rules: [
25
+
// Temporary rule whilst this issue is resolved https://github.com/w3c/aria/issues/1404
26
+
{id: 'aria-allowed-attr',reviewOnFail: true},
27
+
// Ignore the "All page content should be contained by landmarks", which conflicts with GOV.UK guidance (https://design-system.service.gov.uk/components/back-link/#how-it-works)
0 commit comments