Skip to content

Commit 5138843

Browse files
committed
Modify resize test to verify consistent failure
1 parent adbe092 commit 5138843

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/snapshot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
steps:
5959
- name: Set up Git repository
6060
uses: actions/checkout@v2
61-
- name: Setup tmate session
62-
uses: mxschmitt/action-tmate@v3
6361
- name: Set up node
6462
uses: actions/setup-node@v2
6563
with:

e2e/tests/packages/window-integration-tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("getActiveWindow", () => {
7878
it("should determine correct window size for our application after resizing the window", async () => {
7979
// GIVEN
8080
const newWidth = 400;
81-
const newHeight = 250;
81+
const newHeight = 350;
8282
await app.browserWindow.setSize(newWidth, newHeight);
8383

8484
// WHEN

0 commit comments

Comments
 (0)