Skip to content

Commit

Permalink
test(extension): use latest stable Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk committed Feb 24, 2025
1 parent e778f66 commit 08e0adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/wdio.conf.chrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const chromeConfig = {
{
maxInstances: 1,
browserName: 'chrome',
browserVersion: '132',
browserVersion: 'stable',
...(String(process.env.STANDALONE_DRIVER) === 'true' && { hostname: 'localhost' }),
...(String(process.env.STANDALONE_DRIVER) === 'true' && { port: 4444 }),
'goog:chromeOptions': {
Expand Down

0 comments on commit 08e0adc

Please sign in to comment.