mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-20 02:37:55 +08:00
Fixed up a few specflow tests
--HG-- branch : dev
This commit is contained in:
@@ -7,13 +7,7 @@ Scenario: Installed modules are listed
|
|||||||
Given I have installed Orchard
|
Given I have installed Orchard
|
||||||
When I go to "admin/modules"
|
When I go to "admin/modules"
|
||||||
Then I should see "<h1>Installed Modules</h1>"
|
Then I should see "<h1>Installed Modules</h1>"
|
||||||
And I should see "<h3>Themes</h3>"
|
And I should see "<h2>Themes"
|
||||||
And the status should be 200 OK
|
|
||||||
|
|
||||||
Scenario: Edit module shows its features
|
|
||||||
Given I have installed Orchard
|
|
||||||
When I go to "admin/modules/Edit/Orchard.Themes"
|
|
||||||
Then I should see "<h1>Edit Module: Themes</h1>"
|
|
||||||
And the status should be 200 OK
|
And the status should be 200 OK
|
||||||
|
|
||||||
Scenario: Features of installed modules are listed
|
Scenario: Features of installed modules are listed
|
||||||
|
@@ -7,7 +7,7 @@ Scenario: Default site is listed
|
|||||||
Given I have installed Orchard
|
Given I have installed Orchard
|
||||||
And I have installed "Orchard.MultiTenancy"
|
And I have installed "Orchard.MultiTenancy"
|
||||||
When I go to "Admin/MultiTenancy"
|
When I go to "Admin/MultiTenancy"
|
||||||
Then I should see "List of Site's Tenants"
|
Then I should see "List of Site's Tenants"
|
||||||
And I should see "<span class="tenantName">Default</span>"
|
And I should see "<span class="tenantName">Default</span>"
|
||||||
And the status should be 200 OK
|
And the status should be 200 OK
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user