sad panda. selenium web driver had to update, and clearly some of the behavior around send_key changed :(
This commit is contained in:
parent
b375182e0c
commit
f7205bdf18
1 changed files with 1 additions and 0 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Reference in a new issue