Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
410b9282
Commit
410b9282
authored
9 years ago
by
Marko Jevtić
Browse files
Options
Downloads
Plain Diff
Merge pull request #8330 from edx/mjevtic/SOL-835
(SOL-835) Addressing flakiness of the reindexing bokchoy acceptance test
parents
710c2110
9e30bdb2
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/test/acceptance/pages/studio/utils.py
+1
-0
1 addition, 0 deletions
common/test/acceptance/pages/studio/utils.py
common/test/acceptance/tests/lms/test_lms_courseware_search.py
+0
-2
0 additions, 2 deletions
...n/test/acceptance/tests/lms/test_lms_courseware_search.py
with
1 addition
and
2 deletions
common/test/acceptance/pages/studio/utils.py
+
1
−
0
View file @
410b9282
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
common/test/acceptance/tests/lms/test_lms_courseware_search.py
+
0
−
2
View file @
410b9282
...
...
@@ -5,7 +5,6 @@ import os
import
json
from
nose.plugins.attrib
import
attr
from
flaky
import
flaky
from
..helpers
import
UniqueCourseTest
,
remove_file
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment