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
7adb48c0
Commit
7adb48c0
authored
Jan 13, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled static pages and course team test seen to fail in master
parent
167cf94a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
19 deletions
+21
-19
cms/djangoapps/contentstore/features/course-team.feature
+14
-13
cms/djangoapps/contentstore/features/static-pages.feature
+7
-6
No files found.
cms/djangoapps/contentstore/features/course-team.feature
View file @
7adb48c0
...
@@ -61,19 +61,20 @@ Feature: CMS.Course Team
...
@@ -61,19 +61,20 @@ Feature: CMS.Course Team
And
he cannot add users
And
he cannot add users
And
he cannot delete users
And
he cannot delete users
Scenario
:
Admins should be able to give course ownership to someone else
# Disabled 1/13/14 due to flakiness observed in master
Given
I have opened a new course in Studio
#Scenario: Admins should be able to give course ownership to someone else
And
the user
"gina"
exists
# Given I have opened a new course in Studio
And
I am viewing the course team settings
# And the user "gina" exists
When
I add
"gina"
to the course team
# And I am viewing the course team settings
And
I make
"gina"
a course team admin
# When I add "gina" to the course team
And
I remove admin rights from myself
# And I make "gina" a course team admin
And
"gina"
logs
in
# And I remove admin rights from myself
And
she selects the new course
# And "gina" logs in
And
she views the course team settings
# And she selects the new course
And
she deletes me from the course team
# And she views the course team settings
And
I am logged into studio
# And she deletes me from the course team
Then
I do not see the course on my page
# And I am logged into studio
# Then I do not see the course on my page
Scenario
:
Admins should be able to remove their own admin rights
Scenario
:
Admins should be able to remove their own admin rights
Given
I have opened a new course in Studio
Given
I have opened a new course in Studio
...
...
cms/djangoapps/contentstore/features/static-pages.feature
View file @
7adb48c0
...
@@ -8,12 +8,13 @@ Feature: CMS.Static Pages
...
@@ -8,12 +8,13 @@ Feature: CMS.Static Pages
When
I add a new page
When
I add a new page
Then
I should see a static page named
"Empty"
Then
I should see a static page named
"Empty"
Scenario
:
Users can delete static pages
# Disabled 1/13/14 due to flakiness observed in master
Given
I have created a static page
#Scenario: Users can delete static pages
When
I
"delete"
the static page
# Given I have created a static page
Then
I am shown a prompt
# When I "delete" the static page
When
I confirm the prompt
# Then I am shown a prompt
Then
I should not see any static pages
# When I confirm the prompt
# Then I should not see any static pages
# Safari won't update the name properly
# Safari won't update the name properly
@skip_safari
@skip_safari
...
...
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