From 29154b2c4f8d94ce3baeb13b8f68a6ff5e23ec39 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:20:30 +0300 Subject: [PATCH] [v9.5.x] Pa11y: Temporarily increase threshold (#74087) Pa11y: Temporarily increase threshold (#73817) Update pa11y threshold to unblock prs (cherry picked from commit 61835f0becec06b9cf14d2ff8d035288a96f47f5) Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> --- .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 7b459c84ab5..ba7e094ecd6 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',