Skip to content

Commit

Permalink
enh(map): Change window size lime in cypress config (#4311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassir-BenBOUBKER authored Jun 12, 2024
1 parent 8cb2928 commit fcbde75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = ({
if (browser.name === 'chrome' && browser.isHeadless) {
launchOptions.args.push('--headless=new');
launchOptions.args.push('--force-color-profile=srgb');
launchOptions.args.push('--window-size=1400,1200');
}

return launchOptions;
Expand Down

0 comments on commit fcbde75

Please sign in to comment.