Skip to content

Commit 55521e4

Browse files
committed
chore: add 'wcag22aa' tag to playwright accessibility test for WCAG 2.2 coverage
1 parent 18f49dc commit 55521e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/basic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test('BASIC', async ({page}, testInfo) => {
88

99
// Check the whole page
1010
const axeBuilder = await new AxeBuilder({page})
11-
.withTags(['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'])
11+
.withTags(['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'wcag22aa'])
1212
.analyze();
1313
const violations = axeBuilder.violations;
1414

0 commit comments

Comments
 (0)