
Can't fill in fields by rails naming convetions
Reported by gaffo | June 2nd, 2009 @ 06:22 PM
In the fill in test in the rails integrations is an example of how this happens but basically:
<li><input type="text" name="rails[naming]" value="" /></li>
test "should fill in text field by name, rails naming" do
visit fields_path
fill_in "rails[naming]", :with => "value"
end
Will Fail.
Comments and changes to this ticket
-
Bryan Helmkamp June 2nd, 2009 @ 06:23 PM
- State changed from new to awaiting-patch
(from [bd1655c8e26c9e1d4f86fda2b7c7fa2a7ffc1b16]) [#257 state:awaiting-patch] here is a test proving the issue http://github.com/brynary/webrat/commit/bd1655c8e26c9e1d4f86fda2b7c...
-
Bryan Helmkamp June 2nd, 2009 @ 06:35 PM
- State changed from awaiting-patch to resolved
(from [f8f254d517c9d63a57559da6917f66210e6aa1ed]) [#257 state:resolved] fixed issue with rails encodd fields in webrat http://github.com/brynary/webrat/commit/f8f254d517c9d63a57559da6917...
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.
People watching this ticket
Referenced by
-
257 Can't fill in fields by rails naming convetions (from [bd1655c8e26c9e1d4f86fda2b7c7fa2a7ffc1b16]) [#257 s...
-
257 Can't fill in fields by rails naming convetions (from [f8f254d517c9d63a57559da6917f66210e6aa1ed]) [#257 s...