Fixed another spec test to be less theme-specific

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-26 10:11:24 -07:00
parent be78652717
commit 8caa7b865e
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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