Add missing title param
This commit is contained in:
parent
e5164d2255
commit
4890734f66
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ describe('chromium feature', function () {
|
|||
},
|
||||
slashes: true
|
||||
})
|
||||
b = window.open(windowUrl, 'nodeIntegration=no,show=no')
|
||||
b = window.open(windowUrl, '', 'nodeIntegration=no,show=no')
|
||||
})
|
||||
|
||||
it('does not override child options', function (done) {
|
||||
|
|
Loading…
Reference in a new issue