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
893d1f5d
Commit
893d1f5d
authored
Jul 20, 2016
by
Jesse Zoldak
Committed by
GitHub
Jul 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13049 from edx/zoldak/TNL-5051
Skip flaky CMS.Course updates lettuce tests TNL-5051
parents
35ae67b5
8cdac6c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
31 deletions
+35
-31
cms/djangoapps/contentstore/features/course-updates.feature
+35
-31
No files found.
cms/djangoapps/contentstore/features/course-updates.feature
View file @
893d1f5d
...
...
@@ -2,41 +2,45 @@
Feature
:
CMS.Course updates
As a course author, I want to be able to provide updates to my students
# Commenting out as flaky TNL-5051 07/20/2016
# Internet explorer can't select all so the update appears weirdly
@skip_internetexplorer
Scenario
:
Users can add updates
Given
I have opened a new course in Studio
And
I go to the course updates page
When
I add a new update with the text
"Hello"
Then
I should see the update
"Hello"
And
I see a
"saving"
notification
#
@skip_internetexplorer
#
Scenario: Users can add updates
#
Given I have opened a new course in Studio
#
And I go to the course updates page
#
When I add a new update with the text "Hello"
#
Then I should see the update "Hello"
#
And I see a "saving" notification
# Internet explorer can't select all so the update appears weirdly
@skip_internetexplorer
Scenario
:
Users can edit updates
Given
I have opened a new course in Studio
And
I go to the course updates page
When
I add a new update with the text
"Hello"
And
I modify the text to
"Goodbye"
Then
I should see the update
"Goodbye"
And
I see a
"saving"
notification
# Commenting out as flaky TNL-5051 07/20/2016
# # Internet explorer can't select all so the update appears weirdly
# @skip_internetexplorer
# Scenario: Users can edit updates
# Given I have opened a new course in Studio
# And I go to the course updates page
# When I add a new update with the text "Hello"
# And I modify the text to "Goodbye"
# Then I should see the update "Goodbye"
# And I see a "saving" notification
Scenario
:
Users can delete updates
Given
I have opened a new course in Studio
And
I go to the course updates page
And
I add a new update with the text
"Hello"
And
I delete the update
And
I confirm the prompt
Then
I should not see the update
"Hello"
And
I see a
"deleting"
notification
# Commenting out as flaky TNL-5051 07/20/2016
# Scenario: Users can delete updates
# Given I have opened a new course in Studio
# And I go to the course updates page
# And I add a new update with the text "Hello"
# And I delete the update
# And I confirm the prompt
# Then I should not see the update "Hello"
# And I see a "deleting" notification
Scenario
:
Users can edit update dates
Given
I have opened a new course in Studio
And
I go to the course updates page
And
I add a new update with the text
"Hello"
When
I edit the date to
"06/01/13"
Then
I should see the date
"June 1, 2013"
And
I see a
"saving"
notification
# Commenting out as flaky TNL-5051 07/20/2016
# Scenario: Users can edit update dates
# Given I have opened a new course in Studio
# And I go to the course updates page
# And I add a new update with the text "Hello"
# When I edit the date to "06/01/13"
# Then I should see the date "June 1, 2013"
# And I see a "saving" notification
# Internet explorer can't select all so the update appears weirdly
@skip_internetexplorer
...
...
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