diff --git a/demos/using-dev-build/wdio.conf.ts b/demos/using-dev-build/wdio.conf.ts index 9c655f0a50..fc8398b5b8 100644 --- a/demos/using-dev-build/wdio.conf.ts +++ b/demos/using-dev-build/wdio.conf.ts @@ -15,7 +15,7 @@ export const config: WebdriverIO.Config = { capabilities: [ { browserName: "chrome", - browserVersion: "119.0.6045.105", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing + browserVersion: "122.0.6261.111 ", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing "goog:chromeOptions": { args: ["headless", "disable-gpu", "disable-dev-shm-usage"], }, diff --git a/src/frontend/screenshots.ts b/src/frontend/screenshots.ts index aaebf0443d..bb81f27744 100755 --- a/src/frontend/screenshots.ts +++ b/src/frontend/screenshots.ts @@ -109,7 +109,7 @@ async function withChrome( const browser = await remote({ capabilities: { browserName: "chrome", - browserVersion: "119.0.6045.105", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing + browserVersion: "122.0.6261.111 ", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing "goog:chromeOptions": chromeOptions, }, }); diff --git a/src/frontend/src/test-e2e/util.ts b/src/frontend/src/test-e2e/util.ts index c61efd508e..40f24f69c8 100644 --- a/src/frontend/src/test-e2e/util.ts +++ b/src/frontend/src/test-e2e/util.ts @@ -95,7 +95,7 @@ export async function runInBrowser( const browser = await remoteRetry({ capabilities: { browserName: "chrome", - browserVersion: "119.0.6045.105", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing + browserVersion: "122.0.6261.111 ", // More information about available versions can be found here: https://github.com/GoogleChromeLabs/chrome-for-testing "goog:chromeOptions": chromeOptions, }, });