Removed dupes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-23 05:21:32 +01:00
parent 2aa864afaa
commit 11b48ee636

View file

@ -20,8 +20,5 @@ pa11y('http://snipe-it.test', {
'set field #password to password', 'set field #password to password',
'click element #submit', 'click element #submit',
'wait for path to be /', 'wait for path to be /',
], ]
ignore : [
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
],
}); });