We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8580f27 commit 9efd027Copy full SHA for 9efd027
test/window-integration-tests/test.js
@@ -66,7 +66,7 @@ describe("getActiveWindow", () => {
66
it("should determine correct coordinates for our application after moving the window", async () => {
67
// GIVEN
68
const xPosition = 42;
69
- const yPosition = 23;
+ const yPosition = 25;
70
await app.browserWindow.setPosition(xPosition, yPosition);
71
await sleep(1000);
72
0 commit comments