Skip to content

Commit 88e0ff0

Browse files
committed
Fix chrome-test snapshots
1 parent bbe107d commit 88e0ff0

4 files changed

Lines changed: 5 additions & 0 deletions
-15.3 KB
Loading
Loading
-1.75 KB
Loading

__tests__/setup/setupTestFramework.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ global.setupWebDriver = async options => {
3333
const driver = builder.build();
3434

3535
try {
36+
await driver
37+
.manage()
38+
.window()
39+
.setRect({ height: 640 + 139, width: 360 });
40+
3641
// If the baseURL contains $PORT, it means it requires us to fill-in
3742
if (/\$PORT/i.test(baseURL)) {
3843
const { port } = await global.setupWebServer();

0 commit comments

Comments
 (0)