mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +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 |
|
||||
And I hit "Finish Setup"
|
||||
And I go to "/Default.aspx"
|
||||
Then I should see "<h1>My Site</h1>"
|
||||
And I should see "Welcome, <strong>admin</strong>!"
|
||||
Then I should see "My Site"
|
||||
And I should see "Welcome"
|
||||
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>
|
||||
// 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 \"<h1>My Site</h1>\"");
|
||||
testRunner.Then("I should see \"My Site\"");
|
||||
#line 48
|
||||
testRunner.And("I should see \"Welcome, <strong>admin</strong>!\"");
|
||||
testRunner.And("I should see \"Welcome\"");
|
||||
#line 49
|
||||
testRunner.And("I should see \"you\'ve successfully set-up your Orchard site\"");
|
||||
#line hidden
|
||||
|
Reference in New Issue
Block a user