diff --git a/test/web/puppeteer.mjs b/test/web/puppeteer.mjs index fd6874cd64440bccabb9c54363b529abac74d311..ccedf654406572f6f8d0900c5c399143cd0e843a 100644 --- a/test/web/puppeteer.mjs +++ b/test/web/puppeteer.mjs @@ -30,7 +30,7 @@ if (!config.browser) { const browser = await puppeteer.launch({ headless: 'new', // if you want to see the browser, set this to false executablePath: config.browser, - args: ['--no-sandbox'], + args: ['--no-sandbox',"--window-size=1440,1000", "--no-sandbox", "--disable-setuid-sandbox", "--disable-gpu"], userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36', waitUntil: 'load', timeout: 0