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

This commit is contained in:
Ashley Harrison
2021-11-23 16:43:37 +00:00
committed by GitHub
parent 92e1883845
commit 993025c478

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',
},
{