Merge pull request #13007 from edx/clrux/ac-531

AC-531 fixing nav-aria-label ignores in the platform
This commit is contained in:
Chris
2016-07-15 21:09:08 -04:00
committed by GitHub
3 changed files with 1 additions and 3 deletions

View File

@@ -657,7 +657,6 @@ class StudioLibraryA11yTest(StudioLibraryTest):
lib_page.a11y_audit.config.set_rules({
"ignore": [
'link-href', # TODO: AC-226
'nav-aria-label', # TODO: AC-227
'icon-aria-hidden', # TODO: AC-229
],
})

View File

@@ -504,7 +504,6 @@ class StudioSettingsA11yTest(StudioCourseTest):
self.settings_page.a11y_audit.config.set_rules({
"ignore": [
'link-href', # TODO: AC-226
'nav-aria-label', # TODO: AC-227
'icon-aria-hidden', # TODO: AC-229
],
})