From 61835f0becec06b9cf14d2ff8d035288a96f47f5 Mon Sep 17 00:00:00 2001 From: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:40:59 +0200 Subject: [PATCH] Pa11y: Temporarily increase threshold (#73817) Update pa11y threshold to unblock prs --- .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 47540f4b6ef..d8a635f0af9 100644 --- a/.pa11yci-pr.conf.js +++ b/.pa11yci-pr.conf.js @@ -80,7 +80,7 @@ var config = { { url: '${HOST}/?orgId=1', wait: 500, - threshold: 0, + threshold: 3, }, { url: '${HOST}/d/O6f11TZWk/panel-tests-bar-gauge', @@ -93,7 +93,7 @@ var config = { url: '${HOST}/?orgId=1&search=open', wait: 500, rootElement: '.main-view', - threshold: 0, + threshold: 3, }, { url: '${HOST}/alerting/list',