Skip to content

Commit

Permalink
Adding audit tests for skip links
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rodriguez committed Feb 4, 2016
1 parent a33ffa3 commit 40d73b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion common/test/acceptance/tests/lms/test_account_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ def test_account_settings_a11y(self):
self.account_settings_page.a11y_audit.config.set_rules({
'ignore': [
'link-href', # TODO: AC-233, AC-238
'skip-link', # TODO: AC-179
],
})
self.account_settings_page.a11y_audit.check_for_accessibility_errors()
1 change: 0 additions & 1 deletion common/test/acceptance/tests/lms/test_learner_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ def test_read_only_learner_profile_a11y(self):

profile_page.a11y_audit.config.set_rules({
"ignore": [
'skip-link', # TODO: AC-179
'link-href', # TODO: AC-231
],
})
Expand Down
3 changes: 1 addition & 2 deletions common/test/acceptance/tests/lms/test_lms_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ def test_dashboard_course_listings_a11y(self):

self.dashboard_page.a11y_audit.config.set_rules({
"ignore": [
'skip-link', # TODO: AC-179
'link-href', # TODO: AC-238, AC-179
'link-href', # TODO: AC-238
],
})

Expand Down
1 change: 0 additions & 1 deletion common/test/acceptance/tests/studio/test_studio_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ def test_lib_edit_page_a11y(self):
'color-contrast', # TODO: AC-225
'link-href', # TODO: AC-226
'nav-aria-label', # TODO: AC-227
'skip-link', # TODO: AC-228
'icon-aria-hidden', # TODO: AC-229
],
})
Expand Down

0 comments on commit 40d73b3

Please sign in to comment.