Skip to content

Commit

Permalink
try targeting login page
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Apr 27, 2023
1 parent 92ca903 commit ff0f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
chrome --version
npm install -g pa11y
pa11y --config pa11y-single-test.json -d http://127.0.0.1:8000/dashboard/admin/
pa11y --config pa11y-single-test.json -d http://127.0.0.1:8000/account/login
if: matrix.package == 'pa11y'

- name: Run pa11y
Expand Down

0 comments on commit ff0f2ae

Please sign in to comment.