Adding some feature enable/disable UI

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-04-28 11:47:29 -07:00
parent f288e3ec08
commit 0b3dbcb161
16 changed files with 294 additions and 49 deletions

View File

@@ -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

View File

@@ -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();