mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding some feature enable/disable UI
--HG-- branch : dev
This commit is contained in:
@@ -20,4 +20,5 @@ Scenario: Features of installed modules are listed
|
||||
Given I have installed Orchard
|
||||
When I go to "admin/modules/features"
|
||||
Then I should see "<h2>Available Features</h2>"
|
||||
And I should see "<h3>Common</h3>"
|
||||
And the status should be 200 OK
|
2
src/Orchard.Specs/Modules.feature.cs
generated
2
src/Orchard.Specs/Modules.feature.cs
generated
@@ -104,6 +104,8 @@ this.ScenarioSetup(scenarioInfo);
|
||||
#line 22
|
||||
testRunner.Then("I should see \"<h2>Available Features</h2>\"");
|
||||
#line 23
|
||||
testRunner.And("I should see \"<h3>Common</h3>\"");
|
||||
#line 24
|
||||
testRunner.And("the status should be 200 OK");
|
||||
#line hidden
|
||||
testRunner.CollectScenarioErrors();
|
||||
|
Reference in New Issue
Block a user