Skip to content

Commit 9efd027

Browse files
committed
(#92) Adjusted test to new macOS env by increasing default menu bar height to 25 px
1 parent 8580f27 commit 9efd027

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe("getActiveWindow", () => {
6666
it("should determine correct coordinates for our application after moving the window", async () => {
6767
// GIVEN
6868
const xPosition = 42;
69-
const yPosition = 23;
69+
const yPosition = 25;
7070
await app.browserWindow.setPosition(xPosition, yPosition);
7171
await sleep(1000);
7272

0 commit comments

Comments
 (0)