diff --git a/src/Orchard.Specs/Setup.feature b/src/Orchard.Specs/Setup.feature index 09bbad8c8..ba940a947 100644 --- a/src/Orchard.Specs/Setup.feature +++ b/src/Orchard.Specs/Setup.feature @@ -44,6 +44,6 @@ Scenario: Calling setup on a brand new install | ConfirmPassword | 6655321 | And I hit "Finish Setup" And I go to "/Default.aspx" - Then I should see "

My Site

" - And I should see "Welcome, admin!" + Then I should see "My Site" + And I should see "Welcome" And I should see "you've successfully set-up your Orchard site" diff --git a/src/Orchard.Specs/Setup.feature.cs b/src/Orchard.Specs/Setup.feature.cs index 143c807fb..003e0c210 100644 --- a/src/Orchard.Specs/Setup.feature.cs +++ b/src/Orchard.Specs/Setup.feature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:1.3.2.0 +// SpecFlow Version:1.3.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.3.2.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("Setup")] @@ -174,9 +174,9 @@ testRunner.And("I hit \"Finish Setup\""); #line 46 testRunner.And("I go to \"/Default.aspx\""); #line 47 -testRunner.Then("I should see \"

My Site

\""); +testRunner.Then("I should see \"My Site\""); #line 48 -testRunner.And("I should see \"Welcome, admin!\""); +testRunner.And("I should see \"Welcome\""); #line 49 testRunner.And("I should see \"you\'ve successfully set-up your Orchard site\""); #line hidden