From ebd70024e6b72839d408e076635a71085c95b4e6 Mon Sep 17 00:00:00 2001 From: RobertKelly Date: Thu, 28 Sep 2017 13:09:03 -0400 Subject: [PATCH 1/2] Changing to Vets --- src/main/webapp/WEB-INF/jsp/vets/vetList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

From f93c7ee63687cd5250fae14a1c97d6325ed7375e Mon Sep 17 00:00:00 2001 From: RobertKelly Date: Thu, 28 Sep 2017 13:18:26 -0400 Subject: [PATCH 2/2] Changing the test for Vets --- .../cucumber/features/browsing_around.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"