diff --git a/screenshot-test/App.screenshot.js b/screenshot-test/App.screenshot.js index fda9f90a8..ffacc0848 100644 --- a/screenshot-test/App.screenshot.js +++ b/screenshot-test/App.screenshot.js @@ -16,7 +16,7 @@ const LATEST_SNAPSHOTS_DIR = './screenshot-test/__latest_snapshots__/'; const browserConfig = { // Docker requires --no-sandbox to be able to run the tests headless: true, - args: ['--no-sandbox', '--disable-setuid-sandbox'], + args: ['--no-sandbox', '--disable-setuid-sandbox', `--window-size=${VIEW_PORT_1080.width},${VIEW_PORT_1080.height}`], ignoreHTTPSErrors: true, dumpio: false, }; @@ -809,4 +809,4 @@ describe('Tests without login', () => { afterAll(async () => { await browser.close(); }); -}); \ No newline at end of file +});