Skip to content

Commit

Permalink
test cft beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Dec 19, 2024
1 parent badfee1 commit 89c1aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ const capability = {
maxInstances: 1,
browserName: process.env.BROWSER,
acceptInsecureCerts: true,
browserVersion: '130.0.6723.116',
browserVersion: 'beta',
};

const options = {};

switch (capability.browserName) {
case 'chrome':
options.args = ['--no-sandbox'];
options.w3c = false;
options.w3c = [false];

if (process.env.HEADLESS) {
options.args.push('--window-size=1920,1080');
Expand Down

0 comments on commit 89c1aef

Please sign in to comment.