AC-524 - label - test_lms_instructor_dashboard.py
This commit is contained in:
@@ -1051,8 +1051,7 @@ class CertificatesTest(BaseInstructorDashboardTest):
|
||||
self.certificates_section.a11y_audit.config.set_rules({
|
||||
"ignore": [
|
||||
'checkboxgroup', # TODO: AC-491
|
||||
'duplicate-id', # TODO: AC-523
|
||||
'label', # TODO: AC-524
|
||||
'duplicate-id', # TODO: AC-491
|
||||
'radiogroup', # TODO: AC-491
|
||||
]
|
||||
})
|
||||
@@ -1269,7 +1268,6 @@ class CertificateInvalidationTest(BaseInstructorDashboardTest):
|
||||
"ignore": [
|
||||
'checkboxgroup', # TODO: AC-491
|
||||
'duplicate-id', # TODO: AC-491
|
||||
'label', # TODO: AC-491
|
||||
'radiogroup', # TODO: AC-491
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user