spec: Increase timeout for window.open specs
This commit is contained in:
parent
8e40947938
commit
f6327de7f7
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,8 @@ describe 'chromium feature', ->
|
||||||
assert.notEqual navigator.language, ''
|
assert.notEqual navigator.language, ''
|
||||||
|
|
||||||
describe 'window.open', ->
|
describe 'window.open', ->
|
||||||
|
@timeout 10000
|
||||||
|
|
||||||
it 'returns a BrowserWindowProxy object', ->
|
it 'returns a BrowserWindowProxy object', ->
|
||||||
b = window.open 'about:blank', '', 'show=no'
|
b = window.open 'about:blank', '', 'show=no'
|
||||||
assert.equal b.closed, false
|
assert.equal b.closed, false
|
||||||
|
@ -80,6 +82,8 @@ describe 'chromium feature', ->
|
||||||
b = window.open "file://#{fixtures}/pages/window-open-size.html", '', 'show=no'
|
b = window.open "file://#{fixtures}/pages/window-open-size.html", '', 'show=no'
|
||||||
|
|
||||||
describe 'window.opener', ->
|
describe 'window.opener', ->
|
||||||
|
@timeout 10000
|
||||||
|
|
||||||
url = "file://#{fixtures}/pages/window-opener.html"
|
url = "file://#{fixtures}/pages/window-opener.html"
|
||||||
w = null
|
w = null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue