From 9de633d3a35fb3eed48568fe7451be0b32dad31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Fri, 1 Oct 2021 06:07:55 +0200 Subject: [PATCH] Chore: lower pa11y-ci thresholds (#39853) --- .pa11yci-pr.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pa11yci-pr.conf.js b/.pa11yci-pr.conf.js index 55c9cc0d27a..160107b4a31 100644 --- a/.pa11yci-pr.conf.js +++ b/.pa11yci-pr.conf.js @@ -60,7 +60,7 @@ var config = { url: '${HOST}/datasources', wait: 500, rootElement: '.main-view', - threshold: 35, + threshold: 0, }, { url: '${HOST}/org/users', @@ -78,7 +78,7 @@ var config = { url: '${HOST}/plugins', wait: 500, rootElement: '.main-view', - threshold: 40, + threshold: 0, }, { url: '${HOST}/org',