Don't call setFixtures. Can stomp on other tests.

This commit is contained in:
cahrens
2013-05-29 14:03:16 -04:00
parent 24707f8f85
commit 7d07309f9d
9 changed files with 26 additions and 11 deletions

View File

@@ -13,6 +13,12 @@ Feature: Problem Editor
Then I can modify the display name
And my display name change is persisted on save
Scenario: User can specify special characters in String values
Given I have created a Blank Common Problem
And I edit and select Settings
Then I can specify special characters in the display name
And my special characters and persisted on save
Scenario: User can revert display name to unset
Given I have created a Blank Common Problem
And I edit and select Settings
@@ -59,4 +65,3 @@ Feature: Problem Editor
Given I have created a LaTeX Problem
And I edit and select Settings
Then Edit High Level Source is visible