Merge pull request #39 from liatrio/PET-3-vets

Pet 3 vets
This commit is contained in:
Ravi Kalaga 2017-09-28 13:32:07 -04:00 committed by jguzman4
commit d76167cfe9
2 changed files with 4 additions and 4 deletions

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

View file

@ -15,7 +15,7 @@
<div class="container">
<jsp:include page="../fragments/bodyHeader.jsp"/>
<h2>Veterinarians</h2>
<h2>Vets</h2>
<datatables:table id="vets" data="${vets.vetList}" row="vet" theme="bootstrap2" cssClass="table table-striped"
pageable="false" info="false">