Sha256: f4924d8ccab7c8f593ff2e4633c74eda20dcbfa5fc04974f1d0591b87866117e

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 Bytes

Contents

Dir[File.dirname(__FILE__) + "/../../pages/*.rb"].each do |file| 
  require file 
end

Then /^I should be able to write "(.*?)" in a element using id$/ do |text|
  @page.text_field_fill_with(text)
  @page.close
end

Then /^I should be able to write "(.*?)" in a element using name$/ do |text|
  @page.text_fieldname_fill_with(text)
  @page.close
end

Then /^I should be able to write "(.*?)" in a element using label$/ do |text|
  #pending
end

Then /^I should be able to write "(.*?)" in a element using xpath$/ do |text|
  #pending
  @page.text_fieldxpath_fill_with(text)
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cello-0.0.17 features/step_definitions/access_element.rb
cello-0.0.16 features/step_definitions/access_element.rb
cello-0.0.12 features/step_definitions/access_element.rb