Skip to content

Commit

Permalink
test: Set a fixed resultion
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 7, 2022
1 parent fa9d0d1 commit 1f21324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tests/source/tests/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe("Smoke test", function () {
driver = await new Builder().forBrowser("chrome").build();
}

await driver.manage().window().setSize(1024, 768);
await driver.navigate().to(config.baseUrl);
});

Expand Down

0 comments on commit 1f21324

Please sign in to comment.