Sha256: b70bae34b27c135decdd3811691c88ffdcbd054babfd2fd51261746b7b222c03
Contents?: true
Size: 302 Bytes
Versions: 125
Compression:
Stored size: 302 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 'Google Search' 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
125 entries across 125 versions & 13 rubygems