mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed another spec test to be less theme-specific
--HG-- branch : dev
This commit is contained in:
@@ -44,6 +44,6 @@ Scenario: Calling setup on a brand new install
|
|||||||
| ConfirmPassword | 6655321 |
|
| ConfirmPassword | 6655321 |
|
||||||
And I hit "Finish Setup"
|
And I hit "Finish Setup"
|
||||||
And I go to "/Default.aspx"
|
And I go to "/Default.aspx"
|
||||||
Then I should see "<h1>My Site</h1>"
|
Then I should see "My Site"
|
||||||
And I should see "Welcome, <strong>admin</strong>!"
|
And I should see "Welcome"
|
||||||
And I should see "you've successfully set-up your Orchard site"
|
And I should see "you've successfully set-up your Orchard site"
|
||||||
|
8
src/Orchard.Specs/Setup.feature.cs
generated
8
src/Orchard.Specs/Setup.feature.cs
generated
@@ -1,7 +1,7 @@
|
|||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by SpecFlow (http://www.specflow.org/).
|
// 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
|
// Runtime Version:4.0.30319.1
|
||||||
//
|
//
|
||||||
// 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
|
||||||
@@ -14,7 +14,7 @@ namespace Orchard.Specs
|
|||||||
using TechTalk.SpecFlow;
|
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()]
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[NUnit.Framework.TestFixtureAttribute()]
|
[NUnit.Framework.TestFixtureAttribute()]
|
||||||
[NUnit.Framework.DescriptionAttribute("Setup")]
|
[NUnit.Framework.DescriptionAttribute("Setup")]
|
||||||
@@ -174,9 +174,9 @@ testRunner.And("I hit \"Finish Setup\"");
|
|||||||
#line 46
|
#line 46
|
||||||
testRunner.And("I go to \"/Default.aspx\"");
|
testRunner.And("I go to \"/Default.aspx\"");
|
||||||
#line 47
|
#line 47
|
||||||
testRunner.Then("I should see \"<h1>My Site</h1>\"");
|
testRunner.Then("I should see \"My Site\"");
|
||||||
#line 48
|
#line 48
|
||||||
testRunner.And("I should see \"Welcome, <strong>admin</strong>!\"");
|
testRunner.And("I should see \"Welcome\"");
|
||||||
#line 49
|
#line 49
|
||||||
testRunner.And("I should see \"you\'ve successfully set-up your Orchard site\"");
|
testRunner.And("I should see \"you\'ve successfully set-up your Orchard site\"");
|
||||||
#line hidden
|
#line hidden
|
||||||
|
Reference in New Issue
Block a user