Skip to content

Commit

Permalink
feat(930): disable id test
Browse files Browse the repository at this point in the history
  • Loading branch information
KayKostadinov committed Jun 21, 2024
1 parent b20d2d0 commit a5fea23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/site/functional/accessibility.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export function runA11yTestForRoute(route) {
rules: {
'heading-order': {enabled: false},
'color-contrast': {enabled: false},
'duplicate-id-aria': {enabled: false},
'duplicate-id-active': {enabled: false},
},
});
} else if (
Expand Down

0 comments on commit a5fea23

Please sign in to comment.