mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
Adding start of initial module management UI
--HG-- branch : dev
This commit is contained in:
11
src/Orchard.Specs/Modules.feature
Normal file
11
src/Orchard.Specs/Modules.feature
Normal file
@@ -0,0 +1,11 @@
|
||||
Feature: Module management
|
||||
In order add and enable features
|
||||
As a root Orchard system operator
|
||||
I want to install and enable modules and enable features
|
||||
|
||||
Scenario: Default modules are listed
|
||||
Given I have installed Orchard
|
||||
When I go to "admin/modules"
|
||||
Then I should see "Installed Modules"
|
||||
And I should see "<h3>Themes</h3>"
|
||||
And the status should be 200 OK
|
||||
Reference in New Issue
Block a user