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 ba735751faa..fa97a02550b 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 @@ -25,8 +25,10 @@ export default defineConfig({ }, { name: 'chromium', - use: { ...devices['Desktop Chrome'] }, - dependencies: ['setup'] + dependencies: ['setup'], + launchOptions: { + executablePath: '/usr/bin/google-chrome', + }, }, ] });