Pa11y: Temporarily increase threshold (#73817)

Update pa11y threshold to unblock prs
pull/73821/head
Tobias Skarhed 2 years ago committed by GitHub
parent c060d5c341
commit 61835f0bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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',

Loading…
Cancel
Save