
click_link case insensitive bug
Reported by Abra Ungeheuer | January 8th, 2009 @ 04:19 PM | in 0.5
When using click_link in webrat we noticed it is case insensitive.
For example,
click_link "New User" works with webrat but fails with Selenium.
The actual link is "New user".
click_link "New user" works with both webrat & Selenium since that is the actual link.
This is causing an issue when trying to run our tests against both webrat & Selenium. We prefer not to go through each test and modify capitalization just for this scenario.
Comments and changes to this ticket
-
Bryan Helmkamp February 9th, 2009 @ 12:17 AM
- Milestone set to 0.5
- State changed from new to open
Thanks for the report. We'll get this done by 0.5
-
gaffo June 14th, 2009 @ 11:27 PM
- State changed from open to awaiting-patch
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.