Skip to content

Commit

Permalink
Removing moderate violations for the a11y scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbobel committed Sep 25, 2024
1 parent e0fb031 commit 647b37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/end_to_end/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ def check_axe_report(page):
for violation in results["violations"]:
assert violation["impact"] in [
"minor",
# "moderate",
], f"Accessibility violation: {violation}"

0 comments on commit 647b37a

Please sign in to comment.