sad panda. selenium web driver had to update, and clearly some of the behavior around send_key changed :(

This commit is contained in:
Maxwell Salzberg 2012-05-07 19:55:42 -07:00
parent b375182e0c
commit f7205bdf18

View file

@ -134,6 +134,7 @@ end
When /^I search for "([^\"]*)"$/ do |search_term|
fill_in "q", :with => search_term
find_field("q").native.send_key(:enter)
sleep(2)
end
Then /^the "([^"]*)" field(?: within "([^"]*)")? should be filled with "([^"]*)"$/ do |field, selector, value|