Update .pa11yci-pr.conf.js (#42148) (#42153)

(cherry picked from commit 993025c478)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-23 18:06:50 +01:00
committed by GitHub
co-authored by Ashley Harrison
parent 67b8ea6df2
commit e741cef8be
+2 -2
View File
@@ -13,7 +13,7 @@ var config = {
url: '${HOST}/login',
wait: 500,
rootElement: '.main-view',
threshold: 12,
threshold: 13,
},
{
url: '${HOST}/login',
@@ -25,7 +25,7 @@ var config = {
"click element button[aria-label='Login button']",
"wait for element [aria-label='Skip change password button'] to be visible",
],
threshold: 13,
threshold: 14,
rootElement: '.main-view',
},
{