Pa11y: Temporarily increase threshold (#73817)

Update pa11y threshold to unblock prs
This commit is contained in:
Tobias Skarhed 2023-08-25 13:40:59 +02:00 committed by GitHub
parent c060d5c341
commit 61835f0bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',