diff --git a/spec/main-process/atom-application.new.test.js b/spec/main-process/atom-application.new.test.js index e7f271543..17b48bd37 100644 --- a/spec/main-process/atom-application.new.test.js +++ b/spec/main-process/atom-application.new.test.js @@ -160,12 +160,6 @@ class LaunchScenario { await emitterEventPromise(window, 'window:locations-opened') return window })(app, fullRootPaths, fullEditorPaths)) - - windowPromises.push(app.openPaths({ - newWindow: true, - foldersToOpen: fullRootPaths, - pathsToOpen: fullEditorPaths - })) } for (const window of await Promise.all(windowPromises)) { this.windows.add(window)