mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Better test name
This commit is contained in:
parent
cb8795755a
commit
0e63851086
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe 'Petlinic' do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'when homepage is available' do
|
describe 'when homepage is available' do
|
||||||
it 'I should see Page title' do
|
it 'I should see page title containing PetClinic' do
|
||||||
puts "Title is: #{@driver.title}"
|
puts "Title is: #{@driver.title}"
|
||||||
assert @driver.title == "PetClinic :: a Spring Framework demonstration"
|
assert @driver.title == "PetClinic :: a Spring Framework demonstration"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue