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