Assert on tab id as well
This commit is contained in:
parent
bf47056561
commit
4f7bde38a9
3 changed files with 5 additions and 1 deletions
|
@ -929,6 +929,7 @@ describe('<webview> tag', function () {
|
|||
|
||||
ipcMain.once('answer', function (event, message) {
|
||||
assert.equal(message.runtimeId, 'foo')
|
||||
assert.notEqual(message.tabId, w.webContents.id)
|
||||
done()
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue