Commit 5b31e4d6 by Chris Rodriguez

AC-518 - button-name - test_lms_instructor_dashboard.py

parent 39c2abdf
...@@ -95,7 +95,7 @@ class BulkEmailTest(BaseInstructorDashboardTest): ...@@ -95,7 +95,7 @@ class BulkEmailTest(BaseInstructorDashboardTest):
]) ])
self.send_email_page.a11y_audit.config.set_rules({ self.send_email_page.a11y_audit.config.set_rules({
"ignore": [ "ignore": [
'button-name', # TODO: AC-491 'button-name', # TinyMCE button is missing accessible text
'color-contrast', # TODO: AC-491 'color-contrast', # TODO: AC-491
] ]
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment