Merge pull request #12904 from edx/clrux/ac-519
AC-519 removing list from ignored a11y check
This commit is contained in:
@@ -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
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user