Skip to content

Commit 8f6ea17

Browse files
committed
test: add wcag22aa tag
When checking accessibility in the tests, use also wcag22aa tag to run WCAG 2.2 Level AA checks.
1 parent 990587b commit 8f6ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/support/objects/a11y/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const selectors = {
3131
appSidebar: '#app-sidebar'
3232
}
3333

34-
const a11yRuleTags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice']
34+
const a11yRuleTags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice', 'wcag22aa']
3535
// decide which tags should be included in the default configuration of axebuilder
3636

3737
export const analyzeAccessibilityConformityViolations = async (args: {

0 commit comments

Comments
 (0)