Commit b835ccf9 by Jay Zoldak

Merge pull request #4140 from edx/zoldak/disable-courses-page-test

Temporarily disable the studio bok-choy CoursePagesTest
parents 0c540e6c e52c9481
""" """
Acceptance tests for Studio. Acceptance tests for Studio.
""" """
from unittest import skip
from bok_choy.web_app_test import WebAppTest from bok_choy.web_app_test import WebAppTest
from ..pages.studio.asset_index import AssetIndexPage from ..pages.studio.asset_index import AssetIndexPage
...@@ -107,6 +109,7 @@ class CoursePagesTest(UniqueCourseTest): ...@@ -107,6 +109,7 @@ class CoursePagesTest(UniqueCourseTest):
] ]
] ]
@skip('Intermittently failing with Page not found error for Assets. TE-418')
def test_page_existence(self): def test_page_existence(self):
""" """
Make sure that all these pages are accessible once you have a course. Make sure that all these pages are accessible once you have a course.
......
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