Commit 9fc55265 by Ned Batchelder

Merge pull request #11956 from edx/ned/flaky-test

Flaky test, recorded as TNL-4302
parents 90f41ed2 3a5cacf1
"""
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.
......
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