Skip to content

Commit

Permalink
Refined test for focusWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Mar 11, 2024
1 parent 65abccc commit 5da1be0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/window-integration-tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ describe("focusWindow", () => {
const openWindowHandle = libnut.getActiveWindow();

// WHEN
await windowHandle.evaluate((win) => {
win.minimize();
});
const secondApp = await electron.launch({args: ['second.js']});
const secondPage = await secondApp.firstWindow({timeout: APP_TIMEOUT});

Expand Down

0 comments on commit 5da1be0

Please sign in to comment.