Skip to content

Commit

Permalink
Enabling a11y checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rodriguez committed Feb 1, 2016
1 parent 7ded8ba commit 0f0417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/test/acceptance/tests/lms/test_account_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def test_account_settings_a11y(self):
self.visit_account_settings_page()
self.account_settings_page.a11y_audit.config.set_rules({
'ignore': [
'link-href', # TODO: AC-233, AC-238
# 'link-href', # TODO: AC-233, AC-238
],
})
self.account_settings_page.a11y_audit.check_for_accessibility_errors()

0 comments on commit 0f0417d

Please sign in to comment.