Sha256: 26be01fde7366aef436a787fdb0b91c76920e813f63c30e7bd646a5ced32841b

Contents?: true

Size: 372 Bytes

Versions: 87

Compression:

Stored size: 372 Bytes

Contents

Given /^I set the date to "(\d\d-\d\d-\d\d\d\d)" on DatePicker with index ([^\"]*)$/ do |date, index|
  set_date("android.widget.DatePicker index:#{index.to_i-1}", date)
end

Given /^I set the "([^\"]*)" date to "(\d\d-\d\d-\d\d\d\d)"$/ do |content_description, date|
  set_date("android.widget.DatePicker {contentDescription LIKE[c] '#{content_description}'}", date)
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
calabash-android-0.5.13.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.12 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.12.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.11 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.10 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.10.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.10.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.9 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.9.pre2.intenthook1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.9.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.9.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.8 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.8.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.7 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.6 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.6.pre4 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.6.pre3 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.6.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.6.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.5.5 lib/calabash-android/steps/date_picker_steps.rb