Skip to content

Commit

Permalink
test chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Nov 28, 2024
1 parent eaac0c6 commit 82bc9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if (process.env.DRIVER_VERSION == null) {
.then((newDriverVersion) => {
// eslint-disable-next-line no-console
console.log(`ChromeDriver ${newDriverVersion} needed.`);
process.env.DRIVER_VERSION = newDriverVersion;
process.env.DRIVER_VERSION = '130.0.6723.116';
})
.catch((e) => {
console.error('unable to parse ChromeDriver version: ', e);
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const capability = {
maxInstances: 1,
browserName: process.env.BROWSER,
acceptInsecureCerts: true,
browserVersion: '130.0.6723.116',
browserVersion: 'stable',
};

const options = {};
Expand Down

0 comments on commit 82bc9c9

Please sign in to comment.