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
493defa3
Commit
493defa3
authored
Dec 10, 2015
by
Diana Huang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10919 from edx/diana/fix-flaky-course-team-test
Modify test to be more robust to WrongPageErrors.
parents
5c0accaa
4db0d9c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
common/test/acceptance/pages/studio/users.py
+1
-0
No files found.
common/test/acceptance/pages/studio/users.py
View file @
493defa3
...
...
@@ -98,6 +98,7 @@ class UsersPageMixin(PageObject):
""" Deletes user from course/library """
target_user
=
self
.
get_user
(
email
)
target_user
.
click_delete
()
self
.
wait_for_page
()
def
modal_dialog_visible
(
self
,
dialog_type
):
""" Checks if modal dialog of specified class is displayed """
...
...
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