Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9e30bdb2
Commit
9e30bdb2
authored
Jun 03, 2015
by
Marko Jevtic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(SOL-835) Addressing flakiness of the reindex acceptance test
parent
099be9e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
common/test/acceptance/pages/studio/utils.py
+1
-0
common/test/acceptance/tests/lms/test_lms_courseware_search.py
+0
-2
No files found.
common/test/acceptance/pages/studio/utils.py
View file @
9e30bdb2
...
...
@@ -207,6 +207,7 @@ def set_input_value_and_save(page, css, value):
Sets the text field with given label (display name) to the specified value, and presses Save.
"""
set_input_value
(
page
,
css
,
value
)
.
send_keys
(
Keys
.
ENTER
)
page
.
wait_for_ajax
()
def
drag
(
page
,
source_index
,
target_index
,
placeholder_height
=
0
):
...
...
common/test/acceptance/tests/lms/test_lms_courseware_search.py
View file @
9e30bdb2
...
...
@@ -5,7 +5,6 @@ import os
import
json
from
nose.plugins.attrib
import
attr
from
flaky
import
flaky
from
..helpers
import
UniqueCourseTest
from
...pages.common.logout
import
LogoutPage
...
...
@@ -177,7 +176,6 @@ class CoursewareSearchTest(UniqueCourseTest):
# Do the search again, this time we expect results.
self
.
assertTrue
(
self
.
_search_for_content
(
self
.
SEARCH_STRING
))
@flaky
# TODO fix SOL-835
def
test_reindex
(
self
):
"""
Make sure new content gets reindexed on button press.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment