Files
notifications-admin/.pa11yci
Jonathan Bobel ceb13a9051 Update .pa11yci
Trying a fix for the ubuntu situation
2025-03-04 13:35:37 -05:00

24 lines
553 B
Plaintext

{
"defaults": {
"standard": "WCAG2AA",
"runners": ["htmlcs"],
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
},
"concurrency": 1,
"hideElements": [
"nav > ol a",
"#sms-pricing-details",
"a.usa-footer__link.usa-footer__copyright-logo"
]
},
"urls": [
"http://localhost:6012",
"http://localhost:6012/support",
"http://localhost:6012/features",
"http://localhost:6012/pricing",
"http://localhost:6012/documentation",
"http://localhost:6012/sign-in"
]
}