diff --git a/regression-suite/src/test/java/springpetclinic_selenium/cucumber/features/browsing_around.feature b/regression-suite/src/test/java/springpetclinic_selenium/cucumber/features/browsing_around.feature index 388a2ab08..3376eaf84 100644 --- a/regression-suite/src/test/java/springpetclinic_selenium/cucumber/features/browsing_around.feature +++ b/regression-suite/src/test/java/springpetclinic_selenium/cucumber/features/browsing_around.feature @@ -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" \ No newline at end of file + And I should see "Franklin" diff --git a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp index 1c57ea93c..e757e1f3b 100644 --- a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp +++ b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp @@ -15,7 +15,7 @@
-

Veterinarians

+

Vets