AC-531 fixing nav-aria-label ignores in the platform

This commit is contained in:
Chris Rodriguez
2016-07-15 12:21:37 -04:00
parent 6fe894f305
commit 3b3186c6ea
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
],
})