Still stumped on this. Trying to assert or verify a date format is coming 
back correctly. 
 
Given /^that I enter a false date or incorrect format$/ do
  ie.text_field(:id, 'date_range_1').set('02292011')
  ie.text_field(:id, 'date_range_2').set('06122012')
end
 
When /^I click go$/ do
  ie.button(:name, 'go').click
end
 
Then /^I will see the date auto correct to a new format$/ do
  THIS IS WHERE I AM STUCK

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to