Skip to content

Commit

Permalink
fix: Window size not set
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 7, 2022
1 parent 0172b58 commit 9ee6efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/source/tests/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ describe("Smoke test", function () {
driver = await new Builder().forBrowser("chrome").build();
}

await driver.manage().window().setSize(1024, 768);
await driver.navigate().to(config.baseUrl);
await driver.manage().window().setRect({ width: 1366, height: 960 });
});

beforeEach(async function () {
Expand Down

0 comments on commit 9ee6efc

Please sign in to comment.