mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
commit
d76167cfe9
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue