mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-03 07:58:59 -04:00
expand to all tests
This commit is contained in:
@@ -114,4 +114,4 @@ def check_axe_report(page):
|
||||
results = axe.run(page)
|
||||
|
||||
for violation in results["violations"]:
|
||||
assert violation["impact"] != "minor", f"Accessibility violation: {violation}"
|
||||
assert violation["impact"] == "minor", f"Accessibility violation: {violation}"
|
||||
|
||||
Reference in New Issue
Block a user