test: remove remote usage from webFrame test (#20512)

This commit is contained in:
Jeremy Apthorp 2019-10-11 10:20:08 -07:00 committed by GitHub
parent 032353b14f
commit 67642312f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 45 deletions

View file

@ -4,7 +4,6 @@ const path = require('path')
const http = require('http')
const url = require('url')
const { ipcRenderer } = require('electron')
const { closeWindow } = require('./window-helpers')
const { emittedOnce, waitForEvent } = require('./events-helpers')
const { expect } = chai