Commit 5d65f577 by Jesse Zoldak

Merge pull request #7431 from edx/zoldak/SOL-336

Decorate flaky test SOL-336
parents d012428c bb4e5776
......@@ -4,6 +4,8 @@ Test courseware search
import os
import json
from flaky import flaky
from ..helpers import UniqueCourseTest
from ...pages.common.logout import LogoutPage
from ...pages.studio.utils import add_html_component, click_css, type_in_codemirror
......@@ -165,6 +167,7 @@ class CoursewareSearchTest(UniqueCourseTest):
self.courseware_search_page.search_for_term(self.SEARCH_STRING)
assert self.SEARCH_STRING in self.courseware_search_page.search_results.html[0]
@flaky # TODO fix this, see SOL-336
def test_reindex(self):
"""
Make sure new content gets reindexed on button press.
......
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