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
OpenEdx
edx-platform
Commits
05b96f8c
Commit
05b96f8c
authored
Dec 22, 2015
by
raeeschachar
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11038 from edx/raees/chrome-bokchoy-test-search-flaky
Fixed test search flaky on Firefox and Chrome
parents
41195761
0f3faacf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
common/test/acceptance/pages/lms/teams.py
+1
-0
common/test/acceptance/tests/lms/test_teams.py
+0
-1
No files found.
common/test/acceptance/pages/lms/teams.py
View file @
05b96f8c
...
@@ -285,6 +285,7 @@ class BaseTeamsPage(CoursePage, PaginatedUIMixin, TeamCardsMixin, BreadcrumbsMix
...
@@ -285,6 +285,7 @@ class BaseTeamsPage(CoursePage, PaginatedUIMixin, TeamCardsMixin, BreadcrumbsMix
"""
"""
self
.
q
(
css
=
'.search-field'
)
.
first
.
fill
(
string
)
self
.
q
(
css
=
'.search-field'
)
.
first
.
fill
(
string
)
self
.
q
(
css
=
'.action-search'
)
.
first
.
click
()
self
.
q
(
css
=
'.action-search'
)
.
first
.
click
()
self
.
wait_for_ajax
()
self
.
wait_for
(
self
.
wait_for
(
lambda
:
self
.
_showing_search_results
,
lambda
:
self
.
_showing_search_results
,
description
=
"Showing search results"
description
=
"Showing search results"
...
...
common/test/acceptance/tests/lms/test_teams.py
View file @
05b96f8c
...
@@ -812,7 +812,6 @@ class BrowseTeamsWithinTopicTest(TeamsTabBase):
...
@@ -812,7 +812,6 @@ class BrowseTeamsWithinTopicTest(TeamsTabBase):
self
.
browse_teams_page
.
click_browse_all_teams_link
()
self
.
browse_teams_page
.
click_browse_all_teams_link
()
self
.
assertTrue
(
self
.
topics_page
.
is_browser_on_page
())
self
.
assertTrue
(
self
.
topics_page
.
is_browser_on_page
())
@flaky
# TODO: fix flaky test. See TNL-3489
def
test_search
(
self
):
def
test_search
(
self
):
"""
"""
Scenario: User should be able to search for a team
Scenario: User should be able to search for a team
...
...
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