mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Changing the test for Vets
This commit is contained in:
parent
ebd70024e6
commit
f93c7ee636
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ Feature: Browsing around
|
||||||
Scenario: Vets
|
Scenario: Vets
|
||||||
Given I am on the home page
|
Given I am on the home page
|
||||||
And I follow "/vets.html"
|
And I follow "/vets.html"
|
||||||
Then I should be on the vets, "Veterinarians", page
|
Then I should be on the vets, "Vets", page
|
||||||
And I should see "Veterinarians" within h2
|
And I should see "Vets" within h2
|
||||||
|
|
||||||
Scenario: Owners
|
Scenario: Owners
|
||||||
Given I am on the home page
|
Given I am on the home page
|
||||||
|
|
Loading…
Reference in a new issue