We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbe092 commit 5138843Copy full SHA for 5138843
.github/workflows/snapshot.yaml
@@ -58,8 +58,6 @@ jobs:
58
steps:
59
- name: Set up Git repository
60
uses: actions/checkout@v2
61
- - name: Setup tmate session
62
- uses: mxschmitt/action-tmate@v3
63
- name: Set up node
64
uses: actions/setup-node@v2
65
with:
e2e/tests/packages/window-integration-tests/test.js
@@ -78,7 +78,7 @@ describe("getActiveWindow", () => {
78
it("should determine correct window size for our application after resizing the window", async () => {
79
// GIVEN
80
const newWidth = 400;
81
- const newHeight = 250;
+ const newHeight = 350;
82
await app.browserWindow.setSize(newWidth, newHeight);
83
84
// WHEN
0 commit comments