Remove skip-- test passed 60 times in Jenkins.
TNL-1590
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"""
|
||||
E2E tests for the LMS.
|
||||
"""
|
||||
from unittest import skip
|
||||
|
||||
from .helpers import UniqueCourseTest
|
||||
from ..pages.studio.auto_auth import AutoAuthPage
|
||||
@@ -119,7 +118,6 @@ class AnnotatableProblemTest(UniqueCourseTest):
|
||||
)
|
||||
return annotation_component_page
|
||||
|
||||
@skip # TODO fix TNL-1590
|
||||
def test_annotation_component(self):
|
||||
"""
|
||||
Test annotation components links to annotation problems.
|
||||
|
||||
Reference in New Issue
Block a user