Skip to content

Commit 93c455c

Browse files
committed
Fix y offset for tests on macos-latest
1 parent 8490a3f commit 93c455c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/window-test/test.js

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

0 commit comments

Comments
 (0)