diff --git a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py index 80ba381327..7c9c30d828 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -1050,10 +1050,9 @@ class CertificatesTest(BaseInstructorDashboardTest): ]) self.certificates_section.a11y_audit.config.set_rules({ "ignore": [ - 'aria-valid-attr-value', # TODO: AC-491 'checkboxgroup', # TODO: AC-491 - 'duplicate-id', # TODO: AC-491 - 'label', # TODO: AC-491 + 'duplicate-id', # TODO: AC-523 + 'label', # TODO: AC-524 'radiogroup', # TODO: AC-491 ] }) @@ -1268,7 +1267,6 @@ class CertificateInvalidationTest(BaseInstructorDashboardTest): ]) self.certificates_section.a11y_audit.config.set_rules({ "ignore": [ - 'aria-valid-attr-value', # TODO: AC-491 'checkboxgroup', # TODO: AC-491 'duplicate-id', # TODO: AC-491 'label', # TODO: AC-491 diff --git a/lms/templates/instructor/instructor_dashboard_2/certificate-invalidation.underscore b/lms/templates/instructor/instructor_dashboard_2/certificate-invalidation.underscore index 98cd3504ac..eaee845fb0 100644 --- a/lms/templates/instructor/instructor_dashboard_2/certificate-invalidation.underscore +++ b/lms/templates/instructor/instructor_dashboard_2/certificate-invalidation.underscore @@ -3,8 +3,8 @@

- - + +
diff --git a/lms/templates/instructor/instructor_dashboard_2/certificate-white-list-editor.underscore b/lms/templates/instructor/instructor_dashboard_2/certificate-white-list-editor.underscore index 6f707db514..7ccb7ab872 100644 --- a/lms/templates/instructor/instructor_dashboard_2/certificate-white-list-editor.underscore +++ b/lms/templates/instructor/instructor_dashboard_2/certificate-white-list-editor.underscore @@ -2,8 +2,8 @@

<%- gettext("Enter the username or email address of each learner that you want to add as an exception.") %>

- - + +