test: remove remote usage from chromium spec (#20568)
* test: move & expand webview -> window.open() opener tests * remove remaining usage of 'protocol' from chromium-spec.js * remove final usages of remote from chromium-spec * remove import of window-helpers
This commit is contained in:
parent
9055b5cf6d
commit
221ce70699
4 changed files with 414 additions and 455 deletions
|
@ -43,6 +43,7 @@ ipcMain.on('message', function (event, ...args) {
|
|||
})
|
||||
|
||||
ipcMain.handle('get-temp-dir', () => app.getPath('temp'))
|
||||
ipcMain.handle('ping', () => null)
|
||||
|
||||
// Set productName so getUploadedReports() uses the right directory in specs
|
||||
if (process.platform !== 'darwin') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue