mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Remove only call
This commit is contained in:
@@ -1100,7 +1100,7 @@ describe('<webview> tag', function () {
|
||||
w.loadURL('file://' + fixtures + '/pages/webview-visibilitychange.html')
|
||||
})
|
||||
|
||||
describe.only('will-attach-webview event', () => {
|
||||
describe('will-attach-webview event', () => {
|
||||
it('supports changing the web preferences', (done) => {
|
||||
ipcRenderer.send('disable-node-on-next-will-attach-webview')
|
||||
webview.addEventListener('console-message', (event) => {
|
||||
|
||||
Reference in New Issue
Block a user