restore axe_core level to minor

This commit is contained in:
Kenneth Kehl
2024-10-07 08:23:18 -07:00
parent a23fe5c046
commit 5a5b0649e0

View File

@@ -33,5 +33,5 @@ def check_axe_report(page):
# so we can set the level we skip to minor only
for violation in results["violations"]:
assert violation["impact"] in [
"minor", "moderate"
"minor"
], f"Accessibility violation: {violation}"