Re: [rspec-users] Webrat and submitting a form using an image

2008-10-05 Thread Fernando Perez
Thank you very much for the link! Actually my problem was that I have 2 buttons on the page, and the only way to distinguish them is to use the alt tag which I wasn't currently using. Now everything works perfectly. -- Posted via http://www.ruby-forum.com/. __

Re: [rspec-users] Webrat and submitting a form using an image

2008-10-04 Thread Luke Melia
On Oct 4, 2008, at 12:09 PM, Fernando Perez wrote: Webrat doesn't seem to be able to handle the submit of a form through an image input. Fernando, this should work, at least in trunk webrat. For example, see the specs near: http://github.com/brynary/webrat/tree/master/spec/api/clicks_

[rspec-users] Webrat and submitting a form using an image

2008-10-04 Thread Fernando Perez
Webrat doesn't seem to be able to handle the submit of a form through an image input. How do you handle that? -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-us