Skip to content

Commit

Permalink
fix(pa11y): conditions (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 23, 2025
1 parent dcfecca commit b8fab32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .pa11yci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
],
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
"executablePath": "/usr/bin/google-chrome",
"args": [
"--no-sandbox"
]
}
},
"urls": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "start-server-and-test start :8080 'npm-run-all test:accessibility'",
"test:visual-regression:test": "backstop test --config=./tests/backstop.json",
"test:visual-regression:approve": "backstop approve --config=./tests/backstop.json",
"test:accessibility": "npx pa11y-ci",
"test:accessibility": "npx --no pa11y-ci",
"test:lighthouse": "npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view",
"test:webhint": "npx hint http://localhost:8080/styleguide/html/styleguide.html",
"lint": "npm-run-all -p lint:*",
Expand Down

0 comments on commit b8fab32

Please sign in to comment.