mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Merge pull request #604 from cisagov/ik/pa11y-update
Add sleep and increase timeout for pa11y github action
This commit is contained in:
commit
8cb96399c6
2 changed files with 2 additions and 1 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -64,5 +64,6 @@ jobs:
|
|||
- name: run pa11y
|
||||
working-directory: ./src
|
||||
run: |
|
||||
sleep 10;
|
||||
npm i -g pa11y-ci
|
||||
pa11y-ci
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"defaults": {
|
||||
"concurrency": 1,
|
||||
"timeout": 10000,
|
||||
"timeout": 30000,
|
||||
"hideElements": "a[href='/whoami/']"
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue