Removed avoid "Cannot read property 'get_Current' of undefined" issues.
This commit is contained in:
parent
6e926250a5
commit
fbc27469bb
1 changed files with 0 additions and 4 deletions
|
@ -59,11 +59,7 @@ class TestCase < Test::Unit::TestCase
|
||||||
url: ENV['REMOTE_URL'],
|
url: ENV['REMOTE_URL'],
|
||||||
desired_capabilities: caps,
|
desired_capabilities: caps,
|
||||||
)
|
)
|
||||||
|
|
||||||
# avoid "Cannot read property 'get_Current' of undefined" issues
|
|
||||||
sleep 5
|
|
||||||
browser_instance_preferences(local_browser)
|
browser_instance_preferences(local_browser)
|
||||||
|
|
||||||
local_browser
|
local_browser
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue