mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fix SpecFlow test
Html has changed... --HG-- branch : dev
This commit is contained in:
parent
cee82ae866
commit
a634478ab8
@ -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
|
||||
|
2
src/Orchard.Specs/MultiTenancy.feature.cs
generated
2
src/Orchard.Specs/MultiTenancy.feature.cs
generated
@ -69,7 +69,7 @@ testRunner.When("I go to \"Admin/MultiTenancy\"");
|
||||
#line 10
|
||||
testRunner.Then("I should see \"List of Site'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
|
||||
|
Loading…
Reference in New Issue
Block a user