Fixed a spec test to be less theme-specific

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-26 01:20:44 -07:00
parent 8c2319279e
commit d27a7575d0
2 changed files with 6 additions and 6 deletions

View File

@@ -90,8 +90,8 @@ Scenario: A new tenant runs the setup
| ConfirmPassword | 6655321 |
And I hit "Finish Setup"
And I go to "/Default.aspx"
Then I should see "<h1>Scott Site</h1>"
And I should see "Welcome, <strong>admin</strong>!"
Then I should see "Scott Site"
And I should see "Welcome"
Scenario: An existing initialized tenant cannot have its database option cleared
Given I have installed Orchard

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("Multiple tenant management")]
@@ -299,9 +299,9 @@ testRunner.And("I hit \"Finish Setup\"");
#line 92
testRunner.And("I go to \"/Default.aspx\"");
#line 93
testRunner.Then("I should see \"<h1>Scott Site</h1>\"");
testRunner.Then("I should see \"Scott Site\"");
#line 94
testRunner.And("I should see \"Welcome, <strong>admin</strong>!\"");
testRunner.And("I should see \"Welcome\"");
#line hidden
testRunner.CollectScenarioErrors();
}