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 Scenario: Vets
Given I am on the home page Given I am on the home page
And I follow "/vets.html" And I follow "/vets.html"
Then I should be on the vets, "Veterinarians", page Then I should be on the vets, "Vets", page
And I should see "Veterinarians" within h2 And I should see "Vets" within h2
Scenario: Owners Scenario: Owners
Given I am on the home page Given I am on the home page

View file

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