mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
spec: Increase timeout for window.open specs
This commit is contained in:
@@ -56,6 +56,8 @@ describe 'chromium feature', ->
|
||||
assert.notEqual navigator.language, ''
|
||||
|
||||
describe 'window.open', ->
|
||||
@timeout 10000
|
||||
|
||||
it 'returns a BrowserWindowProxy object', ->
|
||||
b = window.open 'about:blank', '', 'show=no'
|
||||
assert.equal b.closed, false
|
||||
@@ -80,6 +82,8 @@ describe 'chromium feature', ->
|
||||
b = window.open "file://#{fixtures}/pages/window-open-size.html", '', 'show=no'
|
||||
|
||||
describe 'window.opener', ->
|
||||
@timeout 10000
|
||||
|
||||
url = "file://#{fixtures}/pages/window-opener.html"
|
||||
w = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user