mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 20:13:52 +08:00
Fixing Page spec flow tests
--HG-- branch : autoroute
This commit is contained in:
4
src/Orchard.Specs/Comments.feature.cs
generated
4
src/Orchard.Specs/Comments.feature.cs
generated
@@ -81,7 +81,7 @@ this.ScenarioSetup(scenarioInfo);
|
||||
"name",
|
||||
"value"});
|
||||
table1.AddRow(new string[] {
|
||||
"Routable.Title",
|
||||
"Title.Title",
|
||||
"My Blog"});
|
||||
#line 9
|
||||
testRunner.And("I fill in", ((string)(null)), table1);
|
||||
@@ -98,7 +98,7 @@ this.ScenarioSetup(scenarioInfo);
|
||||
"name",
|
||||
"value"});
|
||||
table2.AddRow(new string[] {
|
||||
"Routable.Title",
|
||||
"Title.Title",
|
||||
"My Post"});
|
||||
table2.AddRow(new string[] {
|
||||
"Body.Text",
|
||||
|
||||
Reference in New Issue
Block a user