Sha256: 1fed7206485b968a0e2ef1de09adf5ff5bb7572d61a4ef16516d0b3eca21ae2b

Contents?: true

Size: 313 Bytes

Versions: 69

Compression:

Stored size: 313 Bytes

Contents

Given /^I set the time to "(\d\d:\d\d)" on TimePicker with index "([^\"]*)"$/ do |time, index|
  performAction('set_time_with_index', time, index)
end

Given /^I set the "([^\"]*)" time to "(\d\d:\d\d)"$/ do |content_description, time|
  performAction('set_time_with_description', content_description, time)
end

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
calabash-android-0.4.10.pre4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.10.pre3 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.10.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.10.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.9 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.5 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.9.pre4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.9.pre3 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.9.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.9.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.8 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre10 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre9 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre8 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre7 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre6 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre3 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.7.pre1 lib/calabash-android/steps/time_picker_steps.rb