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