Skip to content

Commit 2c6a99e

Browse files
VIA-124 AS Add WCAG22AA Accessibility Standard for Axe Tests, remove other standards
1 parent f5d51d2 commit 2c6a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const benchmark = async (page: Page, target: string) => {
2929

3030
export const accessibilityCheck = async (page: Page) => {
3131
const accessibilityScanResults = await new AxeBuilder({ page })
32-
.withTags(['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'])
32+
.withTags(['wcag22aa'])
3333
.analyze();
3434
expect(accessibilityScanResults.violations).toEqual([])
3535
}

0 commit comments

Comments
 (0)