diff --git a/src/Orchard.Specs/Setup.feature b/src/Orchard.Specs/Setup.feature index 573ef9258..071aa6efb 100644 --- a/src/Orchard.Specs/Setup.feature +++ b/src/Orchard.Specs/Setup.feature @@ -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.Pages, Orchard.Users, Orchard.Role, Orchard.Messagings, Orchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.Widgets, Orchard.jQuery, TinyMce | + | module | Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messagings, Orchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.Widgets, Orchard.jQuery, TinyMce | | core | Common, Contents, Dashboard, Feeds, HomePage, Navigation, Routable, Scheduling, Settings, Shapes, XmlRpc | | theme | SafeMode, TheThemeMachine | And I am on "/Setup" diff --git a/src/Orchard.Specs/Setup.feature.cs b/src/Orchard.Specs/Setup.feature.cs index cfb1c5a3e..428bca0d0 100644 --- a/src/Orchard.Specs/Setup.feature.cs +++ b/src/Orchard.Specs/Setup.feature.cs @@ -176,9 +176,9 @@ this.ScenarioSetup(scenarioInfo); "names"}); table4.AddRow(new string[] { "module", - "Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Role, Orchard.Messagings, Or" + - "chard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.W" + - "idgets, Orchard.jQuery, TinyMce"}); + "Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messagings, O" + + "rchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard." + + "Widgets, Orchard.jQuery, TinyMce"}); table4.AddRow(new string[] { "core", "Common, Contents, Dashboard, Feeds, HomePage, Navigation, Routable, Scheduling, S" +