From 5d1439cafdb9667fdb74be0f970b4ef71f02c721 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 1 Dec 2021 20:04:53 +0900 Subject: [PATCH] test: remove "nativeWindowOpen: false" from renderer tests --- spec/static/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/static/main.js b/spec/static/main.js index f60970d3998b7..f259a3612fd31 100644 --- a/spec/static/main.js +++ b/spec/static/main.js @@ -109,8 +109,7 @@ app.whenReady().then(async function () { backgroundThrottling: false, nodeIntegration: true, webviewTag: true, - contextIsolation: false, - nativeWindowOpen: false + contextIsolation: false } }); window.loadFile('static/index.html', {