Sha256: d327fc380ddcfef050b347ed40dbb1a085b515390c382b3c235d77ef244047b2
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
Given /^I am at the google page$/ do visit "http://www.google.com" end When /^I search for "(.*?)"$/ do |term| fill_in 'gbqfq', with: term end Then /^I should see "(.*?)"$/ do |string| page.has_content?(string) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber_monitor-0.0.7 | test/dummy/features/step_definitions/google_search_step.rb |