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

FEDX-88. Marking test as flaky.
This commit is contained in:
Ben Patterson
2016-04-25 16:14:53 -04:00

View File

@@ -3,6 +3,7 @@ Acceptance tests for Studio.
"""
from bok_choy.web_app_test import WebAppTest
from flaky import flaky
from ...pages.studio.asset_index import AssetIndexPage
from ...pages.studio.auto_auth import AutoAuthPage
@@ -94,6 +95,7 @@ class CoursePagesTest(StudioCourseTest):
self.dashboard_page.visit()
self.assertEqual(self.browser.current_url.strip('/').rsplit('/')[-1], 'home')
@flaky # TODO: FEDX-88
def test_page_existence(self):
"""
Make sure that all these pages are accessible once you have a course.