diff --git a/src/Orchard.Specs/Lists.feature b/src/Orchard.Specs/Lists.feature index 992555d59..c4cf4c895 100644 --- a/src/Orchard.Specs/Lists.feature +++ b/src/Orchard.Specs/Lists.feature @@ -33,5 +33,5 @@ Scenario: I can add content items to a list | Routable.Title | MyContentItem | And I hit "Save" And I am redirected - Then I should see "Manage Content for MyList" + Then I should see "Manage MyList" And I should see "MyContentItem" diff --git a/src/Orchard.Specs/Lists.feature.cs b/src/Orchard.Specs/Lists.feature.cs index 15ad888cb..1ea82efa6 100644 --- a/src/Orchard.Specs/Lists.feature.cs +++ b/src/Orchard.Specs/Lists.feature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:1.5.0.0 +// SpecFlow Version:1.4.0.0 // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if @@ -14,7 +14,7 @@ namespace Orchard.Specs using TechTalk.SpecFlow; - [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.5.0.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.4.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("Lists")] @@ -135,7 +135,7 @@ this.ScenarioSetup(scenarioInfo); #line 35 testRunner.And("I am redirected"); #line 36 - testRunner.Then("I should see \"Manage Content for MyList\""); + testRunner.Then("I should see \"Manage MyList\""); #line 37 testRunner.And("I should see \"MyContentItem\""); #line hidden