Merge pull request #12750 from edx/clrux/ac-486
AC-486 updating tabbed_view to use proper accessibility rules
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user