diff --git a/.pa11yci b/.pa11yci index c98993637e..f60b353d2b 100644 --- a/.pa11yci +++ b/.pa11yci @@ -1,7 +1,13 @@ { "defaults": { "timeout": 10000, - "wait": 2000 + "wait": 2000, + "ignore": [ + "WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail" + ], + "chromeLaunchConfig": { + "executablePath": "/usr/bin/google-chrome" + } }, "urls": [ "http://127.0.0.1:8080/patterns/base-colors/index.html",