We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f108dd6 commit 3bd63ccCopy full SHA for 3bd63cc
test/window-integration-tests/test.js
@@ -19,6 +19,7 @@ beforeAll(async () => {
19
20
beforeEach(async () => {
21
if (app && app.isRunning()) {
22
+ await app.browserWindow.minimize();
23
await app.browserWindow.focus();
24
}
25
});
0 commit comments