Sha256: d5a4ccf456afec9534839751ecc7a73c9f37cc5e38455b9edd387fc47b8ab596
Contents?: true
Size: 313 Bytes
Versions: 90
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', time, content_description) end
Version data entries
90 entries across 90 versions & 2 rubygems