Merge pull request #12750 from edx/clrux/ac-486

AC-486 updating tabbed_view to use proper accessibility rules
This commit is contained in:
Chris
2016-07-12 12:50:20 -04:00
committed by GitHub
12 changed files with 367 additions and 222 deletions

View File

@@ -823,6 +823,7 @@ class LearnerProfileA11yTest(LearnerProfileTestMixin, WebAppTest):
profile_page.a11y_audit.config.set_rules({
"ignore": [
'link-href', # TODO: AC-231
'color-contrast', # TODO: AC-231
],
})
profile_page.display_accomplishments()