Skip to content

Commit 5da1be0

Browse files
committed
Refined test for focusWindow
1 parent 65abccc commit 5da1be0

File tree

1 file changed

+0
-3
lines changed
  • test/window-integration-tests

1 file changed

+0
-3
lines changed

test/window-integration-tests/test.js

-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ describe("focusWindow", () => {
101101
const openWindowHandle = libnut.getActiveWindow();
102102

103103
// WHEN
104-
await windowHandle.evaluate((win) => {
105-
win.minimize();
106-
});
107104
const secondApp = await electron.launch({args: ['second.js']});
108105
const secondPage = await secondApp.firstWindow({timeout: APP_TIMEOUT});
109106

0 commit comments

Comments
 (0)