mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Pa11y: Temporarily increase threshold (#73817)
Update pa11y threshold to unblock prs
This commit is contained in:
parent
c060d5c341
commit
61835f0bec
@ -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…
Reference in New Issue
Block a user