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:
Jeremy Apthorp 2019-10-16 08:12:31 -07:00 committed by John Kleinschmidt
parent 9055b5cf6d
commit 221ce70699
4 changed files with 414 additions and 455 deletions

View file

@ -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') {