Skip to content

Commit

Permalink
try a dedicated login step
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Apr 25, 2023
1 parent c7eab59 commit c860fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pa11yci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"urls": [
"http://127.0.0.1:8000/account/login/",
{
"url": "http://127.0.0.1:8000/dashboard/admin/",
"url": "http://127.0.0.1:8000/account/login/",
"actions": [
"wait for element #id_username to be visible",
"set field #id_username to admin",
Expand All @@ -12,6 +12,7 @@
],
"timeout": 30000
},
"http://127.0.0.1:8000/dashboard/admin",
{
"url": "http://127.0.0.1:8000/workshops/events/",
"actions": [
Expand Down

0 comments on commit c860fd5

Please sign in to comment.