We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535c3ed commit 7efb57fCopy full SHA for 7efb57f
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