mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 11:44:41 +08:00
Fixing Widget specflow tests
--HG-- branch : 1.x
This commit is contained in:
@@ -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
|
||||
|
||||
4
src/Orchard.Specs/Widgets.feature.cs
generated
4
src/Orchard.Specs/Widgets.feature.cs
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user