Accessible Sequence navigation

MA-2190
This commit is contained in:
Nimisha Asthagiri
2016-03-17 17:45:23 -04:00
parent 8cbf99aca4
commit 2c90cac962
9 changed files with 45 additions and 35 deletions

View File

@@ -3,7 +3,6 @@
End-to-end tests for the LMS.
"""
from nose.plugins.attrib import attr
from unittest import skip
from ..helpers import UniqueCourseTest
from ...pages.studio.auto_auth import AutoAuthPage
@@ -533,7 +532,6 @@ class CoursewareMultipleVerticalsTest(UniqueCourseTest):
).visit()
self.assertIn('html 2 dummy body', html2_page.get_selected_tab_content())
@skip('Fix a11y test errors.')
@attr('a11y')
def test_courseware_a11y(self):
"""