Removed avoid "Cannot read property 'get_Current' of undefined" issues.

This commit is contained in:
Martin Edenhofer 2015-12-15 00:14:20 +01:00
parent 6e926250a5
commit fbc27469bb

View file

@ -59,11 +59,7 @@ class TestCase < Test::Unit::TestCase
url: ENV['REMOTE_URL'],
desired_capabilities: caps,
)
# avoid "Cannot read property 'get_Current' of undefined" issues
sleep 5
browser_instance_preferences(local_browser)
local_browser
end