Sha256: aa719880e6453f5fd41d6103fe46038142deb96fa3ce86e58f9053075ee0e90a
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
Given /^I choose the 14th day from the date picker$/ do @current_page.datepicker.choose_day 14 end Then /^I see today's date highlighted on the date picker$/ do todays_day = Time.new.day @current_page.datepicker.highlighted_day.should == todays_day.to_s end And /^I see the 14th day selected on the date picker$/ do @current_page.datepicker.chosen_day.should == '14' end
Version data entries
3 entries across 3 versions & 1 rubygems