Sha256: ff3d5879a0383850b477525a883dac013e49aefcacc490ee10293a5848c0b5d6

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

Given /^I set the date to "(\d\d-\d\d-\d\d\d\d)" on DatePicker with index "([^\"]*)"$/ do |date, index|
  perform_action('set_date_with_index', date, index)
end

Given /^I set the "([^\"]*)" date to "(\d\d-\d\d-\d\d\d\d)"$/ do |content_description, date|
  perform_action('set_date_with_description', content_description, date)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
calabash-android-0.5.1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.0 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.0.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.0.pre1 lib/calabash-android/steps/date_picker_steps.rb