mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
🎨
This commit is contained in:
committed by
Thomas Johansen
parent
905ba7becf
commit
bb7ff6d535
@@ -223,9 +223,7 @@ describe('AtomApplication', function () {
|
||||
const window1 = atomApplication.launch(parseCommandLine([dirAPath, dirBPath]))
|
||||
await focusWindow(window1)
|
||||
|
||||
await new Promise(function (resolve) {
|
||||
setTimeout(resolve, 1000)
|
||||
})
|
||||
await timeoutPromise(1000)
|
||||
|
||||
let treeViewPaths = await evalInWebContents(window1.browserWindow.webContents, function (sendBackToMainProcess) {
|
||||
sendBackToMainProcess(
|
||||
|
||||
Reference in New Issue
Block a user