Sha256: d72fef3681cebe85a5e477fac8368516a42945e6196df21590f4bc888f7fb3d2
Contents?: true
Size: 331 Bytes
Versions: 159
Compression:
Stored size: 331 Bytes
Contents
Given /^I set the date to "(\d\d-\d\d-\d\d\d\d)" on DatePicker with index "([^\"]*)"$/ do |date, index| performAction('set_date_with_index', date, index) end Given /^I set the "([^\"]*)" date to "(\d\d-\d\d-\d\d\d\d)"$/ do |content_description, date| performAction('set_date_with_description', content_description, date) end
Version data entries
159 entries across 159 versions & 2 rubygems