Merge pull request #12904 from edx/clrux/ac-519

AC-519 removing list from ignored a11y check
This commit is contained in:
Chris
2016-07-01 06:34:12 -04:00
committed by GitHub

View File

@@ -96,7 +96,6 @@ class BulkEmailTest(BaseInstructorDashboardTest):
self.send_email_page.a11y_audit.config.set_rules({
"ignore": [
'button-name', # TODO: AC-491
'list', # TODO: AC-491,
'color-contrast', # TODO: AC-491
]
})