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'],
|
||||
desired_capabilities: caps,
|
||||
)
|
||||
|
||||
# avoid "Cannot read property 'get_Current' of undefined" issues
|
||||
sleep 5
|
||||
browser_instance_preferences(local_browser)
|
||||
|
||||
local_browser
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue