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
a584015b
Commit
a584015b
authored
May 15, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3742 from edx/zoldak/disable-failing-cms-test
Disable failing cms acceptance tests
parents
76d511ad
026e6e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
cms/djangoapps/contentstore/features/subsection.feature
+21
-19
No files found.
cms/djangoapps/contentstore/features/subsection.feature
View file @
a584015b
...
...
@@ -38,13 +38,14 @@ Feature: CMS.Create Subsection
Then I see the subsection release date is 12/25/2011 03
:
00
And I see the subsection due date is 01/02/2012 04
:
00
Scenario
:
Set release and due dates of subsection on enter
Given
I have opened a new subsection in Studio
And I set the subsection release date on enter to 04/04/2014 03
:
00
And I set the subsection due date on enter to 04/04/2014 04
:
00
And
I reload the page
Then I see the subsection release date is 04/04/2014 03
:
00
And I see the subsection due date is 04/04/2014 04
:
00
# Disabling due to failure on master. JZ 05/14/2014 TODO: fix
# Scenario: Set release and due dates of subsection on enter
# Given I have opened a new subsection in Studio
# And I set the subsection release date on enter to 04/04/2014 03:00
# And I set the subsection due date on enter to 04/04/2014 04:00
# And I reload the page
# Then I see the subsection release date is 04/04/2014 03:00
# And I see the subsection due date is 04/04/2014 04:00
Scenario
:
Delete a subsection
Given
I have opened a new course section in Studio
...
...
@@ -55,15 +56,16 @@ Feature: CMS.Create Subsection
And
I confirm the prompt
Then
the subsection does not exist
Scenario
:
Sync to Section
Given
I have opened a new course section in Studio
And
I click the Edit link for the release date
And
I set the section release date to 01/02/2103
And
I have added a new subsection
And
I click on the subsection
And
I set the subsection release date to 01/20/2103
And
I reload the page
And
I click the link to sync release date to section
And
I wait for
"1"
second
And
I reload the page
Then
I see the subsection release date is 01/02/2103
# Disabling due to failure on master. JZ 05/14/2014 TODO: fix
# Scenario: Sync to Section
# Given I have opened a new course section in Studio
# And I click the Edit link for the release date
# And I set the section release date to 01/02/2103
# And I have added a new subsection
# And I click on the subsection
# And I set the subsection release date to 01/20/2103
# And I reload the page
# And I click the link to sync release date to section
# And I wait for "1" second
# And I reload the page
# Then I see the subsection release date is 01/02/2103
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