Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
try with no leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 5, 2024
1 parent b100d89 commit b31616e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/.pa11yci.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"defaults": {
"timeout": 60000
"timeout": 60000,
"runners": ["axe"],
"ignore": ["color-contrast"]
},
"urls": [
{
"url": "http://localhost:3000/",
"url": "http://localhost:3000",
"viewport": { "width": 320, "height": 480 },
"actions": [
"wait for element #main-content to be visible",
Expand All @@ -14,7 +16,7 @@
]
},
{
"url": "http://localhost:3000/",
"url": "http://localhost:3000",
"actions": [
"wait for element #main-content to be visible",
"screen capture screenshots-output/desktop-main-view-home.png"
Expand Down

0 comments on commit b31616e

Please sign in to comment.