Acceptance test for STUD-1311.

This commit is contained in:
cahrens
2014-02-12 11:31:36 -05:00
parent bab6e9b881
commit 16200827c5
3 changed files with 19 additions and 0 deletions

View File

@@ -95,6 +95,15 @@ Feature: CMS.Problem Editor
And I delete "1" component
Then I see no components
# This is a very specific scenario for a bug where editing a component in draft
# impacted the published version.
Scenario: Changes to draft problem do not impact published version
Given I have created a Blank Common Problem
When I publish the unit
And I click on "edit a draft"
And I change the display name to "draft"
And I click on "delete draft"
Then the problem display name is "Blank Common Problem"
# Disabled 11/13/2013 after failing in master
# The screenshot showed that the LaTeX editor had the text "hi",