mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: lower pa11y-ci thresholds (#39853)
This commit is contained in:
parent
ecf9733a66
commit
9de633d3a3
@ -60,7 +60,7 @@ var config = {
|
|||||||
url: '${HOST}/datasources',
|
url: '${HOST}/datasources',
|
||||||
wait: 500,
|
wait: 500,
|
||||||
rootElement: '.main-view',
|
rootElement: '.main-view',
|
||||||
threshold: 35,
|
threshold: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '${HOST}/org/users',
|
url: '${HOST}/org/users',
|
||||||
@ -78,7 +78,7 @@ var config = {
|
|||||||
url: '${HOST}/plugins',
|
url: '${HOST}/plugins',
|
||||||
wait: 500,
|
wait: 500,
|
||||||
rootElement: '.main-view',
|
rootElement: '.main-view',
|
||||||
threshold: 40,
|
threshold: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '${HOST}/org',
|
url: '${HOST}/org',
|
||||||
|
Loading…
Reference in New Issue
Block a user