Skip to content
Snippets Groups Projects
Commit b95a6693 authored by Farhanah Sheets's avatar Farhanah Sheets Committed by Jeff Witt
Browse files

Fixed final a11y test with ignore

parent b1a72355
No related branches found
No related tags found
No related merge requests found
......@@ -536,12 +536,12 @@ class CourseWikiA11yTest(UniqueCourseTest):
"""
Verify the basic accessibility of edit wiki page.
"""
self._open_editor()
self.course_wiki_edit_page.a11y_audit.config.set_rules({
"ignore": [
'aria-valid-attr', #TODO: LEARNER-6611 & LEARNER-6865
]
})
self._open_editor()
self.course_wiki_edit_page.a11y_audit.check_for_accessibility_errors()
def test_changes(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment