Flaky test, recorded as TNL-4302

This commit is contained in:
Ned Batchelder
2016-03-25 13:38:40 -04:00
parent 801bb288c2
commit 3a5cacf11d

View File

@@ -1,6 +1,9 @@
"""
Acceptance tests for Studio related to the asset index page.
"""
from flaky import flaky
from ...pages.studio.asset_index import AssetIndexPage
from .base_studio_test import StudioCourseTest
@@ -29,6 +32,7 @@ class AssetIndexTest(StudioCourseTest):
self.course_fixture.add_asset(['image.jpg', 'textbook.pdf'])
@skip_if_browser('chrome') # TODO Need to fix test_page_existance for this for chrome browser
@flaky # TODO fix this TNL-4302
def test_type_filter_exists(self):
"""
Make sure type filter is on the page.