Commit 933fdae5 by Chris Committed by GitHub

Merge pull request #12903 from edx/clrux/ac-518

AC-518 updates `button-name` todo; needs TinyMCE work
parents 39c2abdf 5b31e4d6
...@@ -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