Actions
Bug #5024
closed[Workbench] Websocket integration test fails with Firefox 35: "arguments[0] is undefined"
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
-
Story points:
-
Description
The error is:
1) Error:
WebsocketTest#test_test_page:
Selenium::WebDriver::Error::JavascriptError: arguments[0] is undefined
test/integration/websockets_test.rb:10:in `block in <class:WebsocketTest>'
test/test_helper.rb:258:in `run'
We'll probably just wait for the issue to get fixed upstream, but I wanted a tracking issue.
Updated by Brett Smith over 10 years ago
Apparently the fix is bundle update selenium-webdriver. We could reflect that in our Gemfile, but we need to make sure it will continue to work fine on stock wheezy (read: the ci server) before doing so.
Actions