Sha256: 484b6d23d318c0bb7cbb591313d1246ec47be973068d538dd9701232ae9a8fd2

Contents?: true

Size: 355 Bytes

Versions: 87

Compression:

Stored size: 355 Bytes

Contents

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

Given /^I set the "([^\"]*)" time to "(\d\d:\d\d)"$/ do |content_description, time|
  set_time("android.widget.TimePicker {contentDescription LIKE[c] '#{content_description}'}", time)
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
calabash-android-0.7.3.preintentstart4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.3.preintentstart3 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.3.preintentstart2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.3.preintentstart1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.3.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.3.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.7.0 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.6.1.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.6.1.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.6.0.prelatestcrosswalk lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.6.0 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.6.0.pre4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.16.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.15.coordinate.pre.fix2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.15.coordinate.pre.fix lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.15 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.15.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.5.14 lib/calabash-android/steps/time_picker_steps.rb