mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +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>"
|
Then I should see "<h1[^>]*>Add Widget</h1>"
|
||||||
When I fill in
|
When I fill in
|
||||||
| name | value |
|
| name | value |
|
||||||
| Title | Flashy HTML Widget |
|
| WidgetPart.Title | Flashy HTML Widget |
|
||||||
| Body.Text | <p><blink>hi</blink></p> |
|
| Body.Text | <p><blink>hi</blink></p> |
|
||||||
And I hit "Save"
|
And I hit "Save"
|
||||||
And I am redirected
|
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/).
|
// This code was generated by SpecFlow (http://www.specflow.org/).
|
||||||
// SpecFlow Version:1.9.0.77
|
// SpecFlow Version:1.9.0.77
|
||||||
// SpecFlow Generator Version:1.9.0.0
|
// 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
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
@@ -211,7 +211,7 @@ this.ScenarioSetup(scenarioInfo);
|
|||||||
"name",
|
"name",
|
||||||
"value"});
|
"value"});
|
||||||
table4.AddRow(new string[] {
|
table4.AddRow(new string[] {
|
||||||
"Title",
|
"WidgetPart.Title",
|
||||||
"Flashy HTML Widget"});
|
"Flashy HTML Widget"});
|
||||||
table4.AddRow(new string[] {
|
table4.AddRow(new string[] {
|
||||||
"Body.Text",
|
"Body.Text",
|
||||||
|
|||||||
Reference in New Issue
Block a user