Commit 056d27f8 by Jesse Zoldak Committed by GitHub

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

Comment out flaky lettuce test  TNL-5051
parents 2cd40c31 4906bde0
...@@ -59,16 +59,17 @@ Feature: CMS.Course updates ...@@ -59,16 +59,17 @@ Feature: CMS.Course updates
And when I reload the page And when I reload the page
Then I should see the update "before <strong>middle</strong> after" Then I should see the update "before <strong>middle</strong> after"
Scenario: Static links are rewritten when previewing a course update # Commenting out as flaky TNL-5051 07/22/2016
Given I have opened a new course in Studio # Scenario: Static links are rewritten when previewing a course update
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 "<img src='/static/my_img.jpg'/>" # And I go to the course updates page
# Can only do partial text matches because of the quotes with in quotes (and regexp step matching). # When I add a new update with the text "<img src='/static/my_img.jpg'/>"
Then I should see the asset update to "my_img.jpg" # # Can only do partial text matches because of the quotes with in quotes (and regexp step matching).
And I change the update from "/static/my_img.jpg" to "<img src='/static/modified.jpg'/>" # Then I should see the asset update to "my_img.jpg"
Then I should see the asset update to "modified.jpg" # And I change the update from "/static/my_img.jpg" to "<img src='/static/modified.jpg'/>"
And when I reload the page # Then I should see the asset update to "modified.jpg"
Then I should see the asset update to "modified.jpg" # And when I reload the page
# Then I should see the asset update to "modified.jpg"
Scenario: Static links are rewritten when previewing handouts Scenario: Static links are rewritten when previewing handouts
Given I have opened a new course in Studio Given I have opened a new course in Studio
......
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