Changing the test for Vets

This commit is contained in:
RobertKelly 2017-09-28 13:18:26 -04:00
parent ebd70024e6
commit f93c7ee636

View file

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