From ceb13a9051e09bda040d03c77028d84aa2fae84f Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 4 Mar 2025 13:35:37 -0500 Subject: [PATCH] Update .pa11yci Trying a fix for the ubuntu situation --- .pa11yci | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pa11yci b/.pa11yci index 1fde9f2d8..8a0718cb5 100644 --- a/.pa11yci +++ b/.pa11yci @@ -1,7 +1,10 @@ { "defaults": { "standard": "WCAG2AA", - "runners": ["htmlcs"], + "runners": ["htmlcs"], + "chromeLaunchConfig": { + "executablePath": "/usr/bin/google-chrome" + }, "concurrency": 1, "hideElements": [ "nav > ol a",