Sha256: d72fef3681cebe85a5e477fac8368516a42945e6196df21590f4bc888f7fb3d2

Contents?: true

Size: 331 Bytes

Versions: 159

Compression:

Stored size: 331 Bytes

Contents

Given /^I set the date to "(\d\d-\d\d-\d\d\d\d)" on DatePicker with index "([^\"]*)"$/ do |date, index|
  performAction('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|
  performAction('set_date_with_description', content_description, date)
end

Version data entries

159 entries across 159 versions & 2 rubygems

Version Path
calabash-android-0.4.20.1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.22.pre4 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.22.pre3 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.22.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.21 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.20 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.19 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.19.pre4 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.19.pre3 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.19.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.19.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.18 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.16 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.15.pre2 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.15.pre1 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.14 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.13 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.12 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.11 lib/calabash-android/steps/date_picker_steps.rb
calabash-android-0.4.10.pre5 lib/calabash-android/steps/date_picker_steps.rb