Commit c1ba907b by Christina Roberts

Merge pull request #10109 from edx/christina/tnl-1590

Remove skip from test_annotatable
parents 34ac9db3 7a3975fe
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
""" """
E2E tests for the LMS. E2E tests for the LMS.
""" """
from unittest import skip
from .helpers import UniqueCourseTest from .helpers import UniqueCourseTest
from ..pages.studio.auto_auth import AutoAuthPage from ..pages.studio.auto_auth import AutoAuthPage
...@@ -119,7 +118,6 @@ class AnnotatableProblemTest(UniqueCourseTest): ...@@ -119,7 +118,6 @@ class AnnotatableProblemTest(UniqueCourseTest):
) )
return annotation_component_page return annotation_component_page
@skip # TODO fix TNL-1590
def test_annotation_component(self): def test_annotation_component(self):
""" """
Test annotation components links to annotation problems. Test annotation components links to annotation problems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment