We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65abccc commit 5da1be0Copy full SHA for 5da1be0
test/window-integration-tests/test.js
@@ -101,9 +101,6 @@ describe("focusWindow", () => {
101
const openWindowHandle = libnut.getActiveWindow();
102
103
// WHEN
104
- await windowHandle.evaluate((win) => {
105
- win.minimize();
106
- });
107
const secondApp = await electron.launch({args: ['second.js']});
108
const secondPage = await secondApp.firstWindow({timeout: APP_TIMEOUT});
109
0 commit comments