Skip to content

Commit

Permalink
fix(pa11y-ci): remove concurrency, wait and timeout from config…
Browse files Browse the repository at this point in the history
…uration to limit crashes (#924)
  • Loading branch information
julien-deramond authored Nov 22, 2021
1 parent 578d907 commit 541d838
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/.pa11yci.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"standard": "WCAG2AA",
"level": "error",
"concurrency": 1,
"defaults": {
"wait": 3000,
"runners": [
"axe"
],
"timeout": 100000,
"hideElements": ".bd-search, [id*='tarteaucitron'], #TableOfContents, .text-primary, .navbar-light .navbar-brand, .accordion-button:not(.collapsed), .active, [aria-current], select:disabled, [disabled] label, [disabled] + label, .modal, .bd-example nav, .badge.rounded-pill.bg-info.text-white, .exclude-from-pa11y-analysis, a.disabled, .form-check.form-switch",
"ignore": [
"heading-order",
Expand Down

0 comments on commit 541d838

Please sign in to comment.