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
+2 -2
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"