Sha256: ff3d5879a0383850b477525a883dac013e49aefcacc490ee10293a5848c0b5d6
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
Given /^I set the date to "(\d\d-\d\d-\d\d\d\d)" on DatePicker with index "([^\"]*)"$/ do |date, index| perform_action('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| perform_action('set_date_with_description', content_description, date) end
Version data entries
4 entries across 4 versions & 1 rubygems