Skip to content

Commit f108dd6

Browse files
committed
(#17) Fixed call of focus on browserWindow
1 parent 01bbe79 commit f108dd6

File tree

1 file changed

+1
-1
lines changed
  • test/window-integration-tests

1 file changed

+1
-1
lines changed

test/window-integration-tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ beforeAll(async () => {
1414
waitTimeout: APP_TIMEOUT,
1515
});
1616
await app.start();
17-
await app.focus();
17+
await app.browserWindow.focus();
1818
});
1919

2020
beforeEach(async () => {

0 commit comments

Comments
 (0)