Skip to content

Commit 979835d

Browse files
wcag 2.2 AA compliant
1 parent 05eb1d5 commit 979835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/pages/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const generateUrl = (baseUrl, { account, amount, offer }) => {
1515
};
1616
// Common function for running Axe accessibility scans
1717
const runAxeCoreScan = async (page, options = {}) => {
18-
const tags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice'];
18+
const tags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'wcag22aa', 'best-practice'];
1919
const { disableRules = [] } = options; // Optionally pass disable rules
2020

2121
const results = await new AxeBuilder({ page })

0 commit comments

Comments
 (0)