Commit 893d1f5d by Jesse Zoldak Committed by GitHub

Merge pull request #13049 from edx/zoldak/TNL-5051

Skip flaky CMS.Course updates lettuce tests  TNL-5051
parents 35ae67b5 8cdac6c9
...@@ -2,41 +2,45 @@ ...@@ -2,41 +2,45 @@
Feature: CMS.Course updates Feature: CMS.Course updates
As a course author, I want to be able to provide updates to my students 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 # Internet explorer can't select all so the update appears weirdly
@skip_internetexplorer # @skip_internetexplorer
Scenario: Users can add updates # Scenario: Users can add updates
Given I have opened a new course in Studio # Given I have opened a new course in Studio
And I go to the course updates page # And I go to the course updates page
When I add a new update with the text "Hello" # When I add a new update with the text "Hello"
Then I should see the update "Hello" # Then I should see the update "Hello"
And I see a "saving" notification # And I see a "saving" notification
# Internet explorer can't select all so the update appears weirdly # Commenting out as flaky TNL-5051 07/20/2016
@skip_internetexplorer # # Internet explorer can't select all so the update appears weirdly
Scenario: Users can edit updates # @skip_internetexplorer
Given I have opened a new course in Studio # Scenario: Users can edit updates
And I go to the course updates page # Given I have opened a new course in Studio
When I add a new update with the text "Hello" # And I go to the course updates page
And I modify the text to "Goodbye" # When I add a new update with the text "Hello"
Then I should see the update "Goodbye" # And I modify the text to "Goodbye"
And I see a "saving" notification # Then I should see the update "Goodbye"
# And I see a "saving" notification
Scenario: Users can delete updates # Commenting out as flaky TNL-5051 07/20/2016
Given I have opened a new course in Studio # Scenario: Users can delete updates
And I go to the course updates page # Given I have opened a new course in Studio
And I add a new update with the text "Hello" # And I go to the course updates page
And I delete the update # And I add a new update with the text "Hello"
And I confirm the prompt # And I delete the update
Then I should not see the update "Hello" # And I confirm the prompt
And I see a "deleting" notification # Then I should not see the update "Hello"
# And I see a "deleting" notification
Scenario: Users can edit update dates # Commenting out as flaky TNL-5051 07/20/2016
Given I have opened a new course in Studio # Scenario: Users can edit update dates
And I go to the course updates page # Given I have opened a new course in Studio
And I add a new update with the text "Hello" # And I go to the course updates page
When I edit the date to "06/01/13" # And I add a new update with the text "Hello"
Then I should see the date "June 1, 2013" # When I edit the date to "06/01/13"
And I see a "saving" notification # 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 # Internet explorer can't select all so the update appears weirdly
@skip_internetexplorer @skip_internetexplorer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment