We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s1hofmann
Learn more about funding links in repositories.
Report abuse
1 parent 1394e9d commit 2ec2fbeCopy full SHA for 2ec2fbe
test/window-integration-tests/test.js
@@ -15,17 +15,9 @@ beforeAll(async () => {
15
});
16
await app.start();
17
await app.client.waitUntilWindowLoaded();
18
-});
19
-
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();
27
- });
28
- }
+ await app.browserWindow.minimize();
+ await app.browserWindow.restore();
+ await app.browserWindow.focus();
29
30
31
describe("getWindows", () => {
0 commit comments