Merge pull request #16589 from edx/clee/LEARNER-2891
Remove uneccessary aria labels in the student dashboard
This commit is contained in:
@@ -371,7 +371,8 @@ class TestCourseVerificationStatus(UrlResetMixin, ModuleStoreTestCase):
|
||||
# Verify that the correct banner color is rendered
|
||||
self.assertContains(
|
||||
response,
|
||||
"<article class=\"course {}\">".format(self.MODE_CLASSES[status])
|
||||
"<div class=\"course {}\" aria-labelledby=\"course-title-{}\">".format(
|
||||
self.MODE_CLASSES[status], self.course.id)
|
||||
)
|
||||
|
||||
# Verify that the correct copy is rendered on the dashboard
|
||||
|
||||
Reference in New Issue
Block a user