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 cf18af3 commit 1394e9dCopy full SHA for 1394e9d
test/window-integration-tests/test.js
@@ -20,6 +20,7 @@ beforeAll(async () => {
20
beforeEach(async () => {
21
if (app && app.isRunning()) {
22
await app.browserWindow.minimize();
23
+ await app.browserWindow.restore();
24
await app.browserWindow.focus();
25
await app.client.waitUntil(async () => {
26
return await app.browserWindow.isFocused();
0 commit comments