Sha256: 056e585ce662b5db1a8fe7b5c4914fa168f41aa6537d8683fbf6fab494b6fdf2
Contents?: true
Size: 295 Bytes
Versions: 39
Compression:
Stored size: 295 Bytes
Contents
Given 'I am on the Google search page' do visit('http://www.google.com/') end When /I search for "(.*)"/ do |query| fill_in('q', :with => query) click_button('btnG') selenium.wait_for_page_to_load end Then /I should see a link to (.*)/ do |expected_url| click_link(expected_url) end
Version data entries
39 entries across 39 versions & 5 rubygems