Fixing Widget specflow tests

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-17 14:37:36 -07:00
parent f073a36d37
commit 9d13627ca6
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ Scenario: I can add a widget to a specific zone in a specific layer
Then I should see "<h1[^>]*>Add Widget</h1>"
When I fill in
| name | value |
| Title | Flashy HTML Widget |
| WidgetPart.Title | Flashy HTML Widget |
| Body.Text | <p><blink>hi</blink></p> |
And I hit "Save"
And I am redirected

View File

@@ -3,7 +3,7 @@
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.9.0.77
// SpecFlow Generator Version:1.9.0.0
// Runtime Version:4.0.30319.18003
// Runtime Version:4.0.30319.18010
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -211,7 +211,7 @@ this.ScenarioSetup(scenarioInfo);
"name",
"value"});
table4.AddRow(new string[] {
"Title",
"WidgetPart.Title",
"Flashy HTML Widget"});
table4.AddRow(new string[] {
"Body.Text",