This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Description
Originally reported on Google Code with ID 8387
What steps will reproduce the problem?
1. Use Capybara to 'fill_in' a field using Firefox 35
2.
3.
What is the expected output? What do you see instead?
Expected test to run normally, instead got:
1) forms flow should work
Failure/Error: login(@user)
Selenium::WebDriver::Error::JavascriptError:
arguments[0] is undefined
# [remote server] http://127.0.0.1:59646/en/login line 68 > Function:1:1:in `anonymous'
# [remote server] http://127.0.0.1:59646/en/login:68:20:in `handleEvaluateEvent'
# ./spec/support/feature_spec_helpers.rb:4:in `login'
# ./spec/features/forms_flow_spec.rb:7:in `block (2 levels) in <top (required)>'
Downgrading to FFox 34.0.5 eliminates the error.
Selenium version: selenium-webdriver gem 2.44.0
OS: Mac OS X 10.10.1
Browser: Firefox
Browser version: 35
If this is not easily reproducible let me know and I can write a test case. The one
I'm using now is part of a large project that would take ages to setup.
Reported by tomsmyth on 2015-01-14 19:19:52