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.0 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.0.pre18 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.0.pre19 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.0.pre18 lib/calabash-android/steps/time_picker_steps.rb
testautoa-0.4.0.pre16 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.0.pre17 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.0.pre16 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.0.pre15 lib/calabash-android/steps/time_picker_steps.rb
calabash-android-0.4.0.pre11 lib/calabash-android/steps/time_picker_steps.rb