spec: Increase timeout for window.open specs
This commit is contained in:
parent
e499bb14de
commit
486f16fffa
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,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
|
||||
|
|
Loading…
Reference in a new issue