Commit 0e172524 by Will Daly

Disable problem editor test

parent c4434cb1
...@@ -90,12 +90,12 @@ Feature: CMS.Problem Editor ...@@ -90,12 +90,12 @@ Feature: CMS.Problem Editor
Then my change to the High Level Source is persisted Then my change to the High Level Source is persisted
And when I view the High Level Source I see my changes And when I view the High Level Source I see my changes
Scenario: Exceptions don't cause problem to be uneditable (bug STUD-786) # Disabled 10/28/13 due to flakiness observed in master
Given I have an empty course # Scenario: Exceptions don't cause problem to be uneditable (bug STUD-786)
And I go to the import page #Given I have an empty course
And I import the file "get_html_exception_test.tar.gz" #And I go to the import page
When I go to the unit "Probability and BMI" #And I import the file "get_html_exception_test.tar.gz"
And I click on "edit a draft" #When I go to the unit "Probability and BMI"
Then I see a message that says "We're having trouble rendering your component" #And I click on "edit a draft"
And I can edit the problem #Then I see a message that says "We're having trouble rendering your component"
#And I can edit the problem
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