update spec
This commit is contained in:
parent
093cff5548
commit
eda413861a
2 changed files with 1 additions and 2 deletions
|
@ -827,7 +827,6 @@ describe('chromium feature', function () {
|
|||
assert.equal(parsedURL.protocol, 'chrome:')
|
||||
assert.equal(parsedURL.hostname, 'pdf-viewer')
|
||||
assert.equal(parsedURL.query.src, pdfSource)
|
||||
assert(!!parsedURL.query.streamId.length)
|
||||
})
|
||||
w.webContents.on('page-title-updated', function () {
|
||||
assert.equal(w.webContents.getTitle(), 'PDF')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue