How to deal with hidden field with cucumber and webrat ?
Posted
by gillesmath
on Stack Overflow
See other posts from Stack Overflow
or by gillesmath
Published on 2010-04-16T17:00:09Z
Indexed on
2010/04/16
17:03 UTC
Read the original article
Hit count: 300
I have to set a select date field with the month and day discarded. So Month and day are hidden in the form which caused a "undefined method `options' for # (NoMethodError)" when executing the cucumber scenario.
How can i solve this issue and get the year correctly into the cucumber step ?
© Stack Overflow or respective owner