
click_link should support links generated by link_to_remote
Reported by Rick Lee-Morlang | February 22nd, 2009 @ 06:31 AM
Rails' link_to_remote helper generates an <a href="#"> tag with an onclick attribute that calls Prototype's Ajax.Request() method. Webrat doesn't know how to handle these.
With this commit it does.
Comments and changes to this ticket
-
gaffo May 7th, 2009 @ 03:50 PM
- Assigned user set to Bryan Helmkamp
- State changed from new to open
I'm not sure what I think about this one. For normal webrat mode (simulation), you should really have a :url => in your link to remote so that it works without javascript, but this should work correctly in selenium, which I believe it does.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.