Skip to content

Commit

Permalink
test(a11y): use wcag 2.2 guidelines for automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjag committed Oct 10, 2023
1 parent 9c97c0e commit 6ec9f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function runA11yTests(browser, path, target) {
reporter: 'v2',
runOnly: {
type: 'tag',
values: ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice'],
values: ['wcag2a', 'wcag2aa', 'wcag22a', 'wcag22aa', 'best-practice'],
},
rules: {
'aria-allowed-attr': { enabled: false },
Expand Down

0 comments on commit 6ec9f54

Please sign in to comment.