#230 awaiting-patch
Nicklas Ramhöj

fill_in don't seam to have unicode support

Reported by Nicklas Ramhöj | April 24th, 2009 @ 05:40 AM

Cucumber line:

I fill in "Zoomnivå" with "13"

Step definition:

When /^I fill in "([^\"]*)" with "([^\"]*)"$/ do |field, value|
fill_in(field, :with => value) end

Markup:

<label for="map_box_zoom">Zoomnivå: </label> <input id="map_box_zoom" name="map_box[zoom]" size="30" type="text">

Result:

And I fill in "Zoomnivå" with "13"
ed out after 10000ms (Selenium::CommandError)

When I do the exact same but for a label/input pair "Adress" it works perfectly!

(I should mention that Im in Selenium mode)

Comments and changes to this ticket

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.

New-ticket Create new ticket

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.

Shared Ticket Bins

People watching this ticket

Attachments

Pages