feat: add --enable-api-filtering-logging commandline switch (#20335)
This commit is contained in:
parent
e1eb9519f5
commit
ccff140046
15 changed files with 85 additions and 29 deletions
|
@ -1052,7 +1052,7 @@ describe('<webview> tag', function () {
|
|||
await loadWebView(webview, { src })
|
||||
|
||||
ipcRenderer.send('handle-next-remote-get-guest-web-contents')
|
||||
expect(() => webview.getWebContents()).to.throw('Blocked remote.getGuestForWebContents()')
|
||||
expect(() => webview.getWebContents()).to.throw('Blocked remote.getGuestWebContents()')
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue