Skip to content

Commit

Permalink
set window size
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 29, 2024
1 parent 38b5057 commit 50ded49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/tests/_testenv.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {Builder, Browser, By, until, Key, error} from "selenium-webdriver";
import chrome from "selenium-webdriver/chrome.js";

let opts = new chrome.Options();
opts.windowSize({width: 1200, height: 900});
opts.enableBidi();

if (process.env["CI"] || !process.argv.slice(2).includes("--no-headless")) {
Expand Down

0 comments on commit 50ded49

Please sign in to comment.