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
testautoa-0.4.4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.6 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.5 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.5.pre1 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.3 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.2.pre1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre8 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre7 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre6 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre5 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre4 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre3 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.3.pre1 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.1 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.2 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.1 lib/calabash-android/steps/time_picker_steps.rb