We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eb1d5 commit 979835dCopy full SHA for 979835d
tests/playwright/pages/base.js
@@ -15,7 +15,7 @@ export const generateUrl = (baseUrl, { account, amount, offer }) => {
15
};
16
// Common function for running Axe accessibility scans
17
const runAxeCoreScan = async (page, options = {}) => {
18
- const tags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice'];
+ const tags = ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'wcag22aa', 'best-practice'];
19
const { disableRules = [] } = options; // Optionally pass disable rules
20
21
const results = await new AxeBuilder({ page })
0 commit comments