Sha256: 63ee7fa06a3ca686385eec10ce552033c96cc1dbe5c6798a96e3e13916b5ab7f
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
require "cello" Given /^I am on a page that has (?:a|an) (?:select|element|checkbox|textfield|textarea)$/ do step "I am in the inputs context" end And /^There is a textfield with the text "(.*?)"$/ do |text| @browser.text_field_fill_with(text) end And /^There is a textarea with the text "(.*?)"$/ do |text| @browser.textarea_fill_with(text) end And /^There is a checkbox checked$/ do @browser.checkbox_check end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.23 | features/step_definitions/common_steps.rb |
cello-0.0.21 | features/step_definitions/common_steps.rb |
cello-0.0.19 | features/step_definitions/common_steps.rb |