Getting the Orchard.Specs tests back up and running

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-09 07:34:35 -07:00
parent 91ce8e5200
commit 51c1a8104a
4 changed files with 30 additions and 33 deletions
+2 -3
View File
@@ -39,7 +39,7 @@ Scenario: Some of the initial form values are required
Scenario: Calling setup on a brand new install
Given I have a clean site with
| extension | names |
| module | Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Orchard.Modules, Orchard.jQuery, TinyMce |
| module | Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Orchard.Modules, Orchard.Widgets, Orchard.jQuery, TinyMce |
| core | Common, Contents, ContentsLocation, Dashboard, Feeds, HomePage, Navigation, Routable, PublishLater, Scheduling, Settings, Shapes, XmlRpc |
| theme | SafeMode, Classic |
And I am on "/Setup"
@@ -51,5 +51,4 @@ Scenario: Calling setup on a brand new install
And I hit "Finish Setup"
And I go to "/Default.aspx"
Then I should see "My Site"
And I should see "Welcome"
And I should see "you've successfully set-up your Orchard site"
And I should see "Welcome, <strong>admin</strong>!"