AC-552 fixing checkboxgroup ignores in platform
This commit is contained in:
@@ -60,7 +60,6 @@ class LMSInstructorDashboardA11yTest(BaseInstructorDashboardTest):
|
||||
def test_instructor_dashboard_a11y(self):
|
||||
self.instructor_dashboard_page.a11y_audit.config.set_rules({
|
||||
"ignore": [
|
||||
'checkboxgroup', # TODO: AC-552
|
||||
'link-href', # TODO: AC-491
|
||||
]
|
||||
})
|
||||
@@ -1266,7 +1265,6 @@ class CertificateInvalidationTest(BaseInstructorDashboardTest):
|
||||
])
|
||||
self.certificates_section.a11y_audit.config.set_rules({
|
||||
"ignore": [
|
||||
'checkboxgroup', # TODO: AC-491
|
||||
'duplicate-id', # TODO: AC-491
|
||||
'radiogroup', # TODO: AC-491
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user