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
0022469e
Commit
0022469e
authored
Jul 30, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change "user" to "admin" in course team BDD descriptions
parent
eaac4f8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cms/djangoapps/contentstore/features/course-team.feature
+4
-4
No files found.
cms/djangoapps/contentstore/features/course-team.feature
View file @
0022469e
Feature
:
Course Team
As a course author, I want to be able to add others to my team
Scenario
:
User
s can add other users
Scenario
:
Admin
s can add other users
Given
I have opened a new course in Studio
And
the user
"alice"
exists
And
I am viewing the course team settings
...
...
@@ -9,7 +9,7 @@ Feature: Course Team
And
"alice"
logs
in
Then
she does see the course on her page
Scenario
:
Added
user
s cannot delete or add other users
Scenario
:
Added
admin
s cannot delete or add other users
Given
I have opened a new course in Studio
And
the user
"bob"
exists
And
I am viewing the course team settings
...
...
@@ -18,7 +18,7 @@ Feature: Course Team
Then
he cannot delete users
And
he cannot add users
Scenario
:
User
s can delete other users
Scenario
:
Admin
s can delete other users
Given
I have opened a new course in Studio
And
the user
"carol"
exists
And
I am viewing the course team settings
...
...
@@ -27,7 +27,7 @@ Feature: Course Team
And
"carol"
logs
in
Then
she does not see the course on her page
Scenario
:
User
s cannot add users that do not exist
Scenario
:
Admin
s cannot add users that do not exist
Given
I have opened a new course in Studio
And
I am viewing the course team settings
When
I add
"dennis"
to the course 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