Add missing title param

This commit is contained in:
Kevin Sawicki 2016-03-24 14:12:46 -07:00
parent e5164d2255
commit 4890734f66

View file

@ -199,7 +199,7 @@ describe('chromium feature', function () {
}, },
slashes: true 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) { it('does not override child options', function (done) {