Fix SpecFlow test

Html has changed...

--HG--
branch : dev
This commit is contained in:
Renaud Paquay 2010-07-17 13:56:47 -07:00
parent cee82ae866
commit a634478ab8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Scenario: Default site is listed
And I have installed "Orchard.MultiTenancy"
When I go to "Admin/MultiTenancy"
Then I should see "List of Site's Tenants"
And I should see "<span class="tenantName">Default</span>"
And I should see "<h3>Default</h3>"
And the status should be 200 OK
Scenario: New tenant fields are required

View File

@ -69,7 +69,7 @@ testRunner.When("I go to \"Admin/MultiTenancy\"");
#line 10
testRunner.Then("I should see \"List of Site&#39;s Tenants\"");
#line 11
testRunner.And("I should see \"<span class=\"tenantName\">Default</span>\"");
testRunner.And("I should see \"<h3>Default</h3>\"");
#line 12
testRunner.And("the status should be 200 OK");
#line hidden