You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pickle
Hi I am first time writing test case with cucumber here the problem
with the Hidden field
i am checking the field by the method fill_in , eg fill_in
"user_role", :with => @visitor[:role]
but the user_role is hidden type in my view so it is giving error that
user_role is not present. and when i delete the hidden and make it as
a simple input tag it is working fine .
Can you guide me what to do for writing test for hidden field