mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +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
|
||||
Given I am on the home page
|
||||
And I follow "/vets.html"
|
||||
Then I should be on the vets, "Veterinarians", page
|
||||
And I should see "Veterinarians" within h2
|
||||
Then I should be on the vets, "Vets", page
|
||||
And I should see "Vets" within h2
|
||||
|
||||
Scenario: Owners
|
||||
Given I am on the home page
|
||||
|
@ -16,4 +16,4 @@ Feature: Browsing around
|
|||
When I fill in "lastName" with "Franklin"
|
||||
And I press "Find Owners"
|
||||
Then I should see "George"
|
||||
And I should see "Franklin"
|
||||
And I should see "Franklin"
|
||||
|
|
Loading…
Reference in a new issue