Commit f53b900f by Ben Patterson

Merge pull request #12248 from edx/benp/course-page-existence

FEDX-88. Marking test as flaky.
parents 74db655e 9efdda83
...@@ -3,6 +3,7 @@ Acceptance tests for Studio. ...@@ -3,6 +3,7 @@ Acceptance tests for Studio.
""" """
from bok_choy.web_app_test import WebAppTest from bok_choy.web_app_test import WebAppTest
from flaky import flaky
from ...pages.studio.asset_index import AssetIndexPage from ...pages.studio.asset_index import AssetIndexPage
from ...pages.studio.auto_auth import AutoAuthPage from ...pages.studio.auto_auth import AutoAuthPage
...@@ -94,6 +95,7 @@ class CoursePagesTest(StudioCourseTest): ...@@ -94,6 +95,7 @@ class CoursePagesTest(StudioCourseTest):
self.dashboard_page.visit() self.dashboard_page.visit()
self.assertEqual(self.browser.current_url.strip('/').rsplit('/')[-1], 'home') self.assertEqual(self.browser.current_url.strip('/').rsplit('/')[-1], 'home')
@flaky # TODO: FEDX-88
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