Skip to content

Commit 5c7cbe5

Browse files
authored
Merge branch 'main' into 1073-dblanguageswitcher-do-not-display-all-entries
2 parents 4243fe4 + 073eb9c commit 5c7cbe5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pa11yci

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"defaults": {
33
"timeout": 10000,
4-
"wait": 2000
4+
"wait": 2000,
5+
"ignore": [
6+
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7+
],
8+
"chromeLaunchConfig": {
9+
"executablePath": "/usr/bin/google-chrome"
10+
}
511
},
612
"urls": [
713
"http://127.0.0.1:8080/patterns/base-colors/index.html",

0 commit comments

Comments
 (0)