Header a.dropdown --> button.dropdown

This commit is contained in:
Christine Lytwynec
2015-11-05 14:42:47 -05:00
parent 6a92d4cb2b
commit c6f4afc9c9
6 changed files with 39 additions and 17 deletions

View File

@@ -461,7 +461,7 @@ class AccountSettingsA11yTest(AccountSettingsTestMixin, WebAppTest):
self.visit_account_settings_page()
self.account_settings_page.a11y_audit.config.set_rules({
'ignore': [
'link-href', # TODO: AC-233, AC-230
'link-href', # TODO: AC-233, AC-238
'skip-link', # TODO: AC-179
],
})

View File

@@ -236,7 +236,7 @@ class LmsDashboardA11yTest(BaseLmsDashboardTest):
self.dashboard_page.a11y_audit.config.set_rules({
"ignore": [
'skip-link', # TODO: AC-179
'link-href', # TODO: AC-230
'link-href', # TODO: AC-238, AC-179
],
})