Skip to content

Commit

Permalink
Try screen resolution 1200x1000
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Sep 27, 2024
1 parent 585d85a commit 9e8fb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/testcafe-devextreme/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ function setShadowDom(args) {
function expandBrowserAlias(browser) {
switch(browser) {
case 'chrome:devextreme-shr2':
return 'chrome --headless --disable-gpu --window-size=1920,1080';
return 'chrome --headless --disable-gpu --window-size=1200,1000';
case 'chrome:docker':
return 'chromium --headless --no-sandbox --disable-gpu --window-size=1920,1080';
return 'chromium --headless --no-sandbox --disable-gpu --window-size=1200,1000';
}

return browser;
Expand Down

0 comments on commit 9e8fb19

Please sign in to comment.