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
d5b26c7f
Commit
d5b26c7f
authored
Jul 02, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark test as flaky; TNL-2647
parent
3de778b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
common/test/acceptance/tests/studio/test_studio_library.py
+2
-1
No files found.
common/test/acceptance/tests/studio/test_studio_library.py
View file @
d5b26c7f
...
...
@@ -525,6 +525,7 @@ class LibraryUsersPageTest(StudioLibraryTest):
self
.
page
.
visit
()
self
.
page
.
wait_until_ready
()
@flaky
# TODO fix this; see TNL-2647
def
test_user_management
(
self
):
"""
Scenario: Ensure that we can edit the permissions of users.
...
...
@@ -534,7 +535,7 @@ class LibraryUsersPageTest(StudioLibraryTest):
Then there should be one user listed (myself), and I must
not be able to remove myself or my instructor privilege.
When I click Add Intructor
When I click Add In
s
tructor
Then I see a form to complete
When I complete the form and submit it
Then I can see the new user is listed as a "User" of the library
...
...
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