Skip to content

Commit 9b5e136

Browse files
committed
fix(pa11y-ci): added chrome launch path and necessary ignores (#1043)
* fix(pa11y-ci): added chrome launch path https://www.npmjs.com/pa11y-ci#pa11y-ci-3-and-ubuntu * refactor: another try * refactor: added wcag false/positive ignore * refactor: wrong place * refactor: another try * refactor: another try
1 parent 5e53b3c commit 9b5e136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pa11yci

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"defaults": {
33
"timeout": 10000,
44
"wait": 2000,
5+
"ignore": [
6+
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7+
],
58
"chromeLaunchConfig": {
69
"executablePath": "/usr/bin/google-chrome"
710
}

0 commit comments

Comments
 (0)