From 237b955d97068fde5b42c3cc4241efe6321d6165 Mon Sep 17 00:00:00 2001
From: Chris Rodriguez
Date: Mon, 18 Jul 2016 07:25:34 -0400
Subject: [PATCH] AC-526 fixing invalid-aria-attr-value failures and ignores in
the platform
---
.../acceptance/tests/lms/test_lms_instructor_dashboard.py | 6 ++----
.../certificate-invalidation.underscore | 4 ++--
.../certificate-white-list-editor.underscore | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)
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.") %>