Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
7adb48c0
Commit
7adb48c0
authored
11 years ago
by
Will Daly
Browse files
Options
Downloads
Patches
Plain Diff
Disabled static pages and course team test seen to fail in master
parent
167cf94a
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/features/course-team.feature
+14
-13
14 additions, 13 deletions
cms/djangoapps/contentstore/features/course-team.feature
cms/djangoapps/contentstore/features/static-pages.feature
+7
-6
7 additions, 6 deletions
cms/djangoapps/contentstore/features/static-pages.feature
with
21 additions
and
19 deletions
cms/djangoapps/contentstore/features/course-team.feature
+
14
−
13
View file @
7adb48c0
...
...
@@ -61,19 +61,20 @@ Feature: CMS.Course Team
And
he cannot add users
And
he cannot delete users
Scenario
:
Admins should be able to give course ownership to someone else
Given
I have opened a new course in Studio
And
the user
"gina"
exists
And
I am viewing the course team settings
When
I add
"gina"
to the course team
And
I make
"gina"
a course team admin
And
I remove admin rights from myself
And
"gina"
logs in
And
she selects the new course
And
she views the course team settings
And
she deletes me from the course team
And
I am logged into studio
Then
I do not see the course on my page
# Disabled 1/13/14 due to flakiness observed in master
#Scenario: Admins should be able to give course ownership to someone else
# Given I have opened a new course in Studio
# And the user "gina" exists
# And I am viewing the course team settings
# When I add "gina" to the course team
# And I make "gina" a course team admin
# And I remove admin rights from myself
# And "gina" logs in
# And she selects the new course
# And she views the course team settings
# And she deletes me from the course team
# 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
Given
I have opened a new course in Studio
...
...
This diff is collapsed.
Click to expand it.
cms/djangoapps/contentstore/features/static-pages.feature
+
7
−
6
View file @
7adb48c0
...
...
@@ -8,12 +8,13 @@ Feature: CMS.Static Pages
When
I add a new page
Then
I should see a static page named
"Empty"
Scenario
:
Users can delete static pages
Given
I have created a static page
When
I
"delete"
the static page
Then
I am shown a prompt
When
I confirm the prompt
Then
I should not see any static pages
# Disabled 1/13/14 due to flakiness observed in master
#Scenario: Users can delete static pages
# Given I have created a static page
# When I "delete" the static page
# Then I am shown a prompt
# When I confirm the prompt
# Then I should not see any static pages
# Safari won't update the name properly
@skip_safari
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment