diff --git a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts index fa97a02550b..a9f41782903 100644 --- a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts +++ b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts @@ -27,7 +27,7 @@ export default defineConfig({ name: 'chromium', dependencies: ['setup'], launchOptions: { - executablePath: '/usr/bin/google-chrome', + executablePath: '/usr/bin/google-chrome5', }, }, ]