Commit dd079678 by Ben Patterson

Disable cms test due to failure on master build.

parent 72d9a91f
...@@ -146,3 +146,4 @@ Ben Weeks <benweeks@mit.edu> ...@@ -146,3 +146,4 @@ Ben Weeks <benweeks@mit.edu>
David Bodor <david.gabor.bodor@gmail.com> David Bodor <david.gabor.bodor@gmail.com>
Sébastien Hinderer <Sebastien.Hinderer@inria.fr> Sébastien Hinderer <Sebastien.Hinderer@inria.fr>
Kristin Stephens <ksteph@cs.berkeley.edu> Kristin Stephens <ksteph@cs.berkeley.edu>
Ben Patterson <bpatterson@edx.org>
...@@ -10,10 +10,11 @@ Feature: Course export ...@@ -10,10 +10,11 @@ Feature: Course export
Then I get an error dialog Then I get an error dialog
And I can click to go to the unit with the error And I can click to go to the unit with the error
Scenario: User is directed to problem with & in it when export fails # Disabling due to failure on master. 05/21/2014 TODO: fix
Given I am in Studio editing a new unit # Scenario: User is directed to problem with & in it when export fails
When I add a "Blank Advanced Problem" "Advanced Problem" component # Given I am in Studio editing a new unit
And I edit and enter an ampersand # When I add a "Blank Advanced Problem" "Advanced Problem" component
And I export the course # And I edit and enter an ampersand
Then I get an error dialog # And I export the course
And I can click to go to the unit with the error # Then I get an error dialog
# And I can click to go to the unit with the error
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