From cfae2df9aada80ee7f92f43493de4edcddaee3d2 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 15 May 2017 17:58:16 -0700 Subject: [PATCH] Better titles --- petclinic_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/petclinic_spec.rb b/petclinic_spec.rb index c0a3549f6..87a798a6c 100644 --- a/petclinic_spec.rb +++ b/petclinic_spec.rb @@ -32,7 +32,7 @@ describe 'Petlinic' do end describe 'when homepage is available' do - it 'should have veterinarians page' do + it 'should have Veterinarians page' do @driver.find_element(:class, 'icon-th-list').click @driver.find_element(:link_text, 'View as XML') h2 = @driver.find_element(:tag_name, 'h2') @@ -41,7 +41,7 @@ describe 'Petlinic' do end describe 'when homepage is available' do - it 'should have search for veterinarian feature' do + it 'should have Search for Veterinarian feature' do @driver.find_element(:class, 'icon-th-list').click @driver.find_element(:tag_name, 'input').send_keys('Helen Leary') result = @driver.find_element(:css, 'td.sorting_1').text