You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @TODO: The purpose of this file is to have a special test for the "a11y" theme that should meet the higher WCAG 2.2 standards. Those standards require higher contrast ratios and other improvements.
9
12
13
+
constwcagTheme='a11y'
14
+
10
15
describe('WCAG Compliance',()=>{
11
-
/**
12
-
* Axe by defaults checks for color contrast of at least 4.5:1 for small text or 3:1 for
13
-
* large text, even if text is part of an image. Large text has been defined in the
14
-
* requirements as 18pt (24 CSS pixels) or 14pt bold (19 CSS pixels). Note: Elements
15
-
* found to have a 1:1 ratio are considered "incomplete" and require a manual review.
16
-
*/
17
-
test.skip('@ready text has sufficient color contrast',async({page: playwrightPage})=>{
16
+
test.skip('run axe enhanced color contrast audit on all main pages in a11y theme',async({page: playwrightPage})=>{
0 commit comments