diff --git a/playwright.config.js b/playwright.config.js index dfbec44b6..2e54a19cc 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -75,7 +75,10 @@ export default defineConfig({ }, { name: 'chromium', - use: {...devices['Desktop Chrome']}, + use: { + ...devices['Desktop Chrome'], + channel: 'chromium', + }, dependencies: ['playwright setup'], },