Skip to content

Commit ab1821c

Browse files
committed
fix: remove invalid channel: 'chromium' from playwright config
The value 'chromium' is not a valid Playwright channel option. Playwright uses the bundled Chromium by default when no channel is specified.
1 parent b440e7c commit ab1821c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-packages/test-utils/src/playwright-config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ export function getPlaywrightConfig(
6464
isMobile: false,
6565
hasTouch: false,
6666
defaultBrowserType: 'chromium',
67-
// Use full chromium instead of headless shell to avoid ICU issues in WSL2
68-
channel: 'chromium',
6967
},
7068
},
7169
],

0 commit comments

Comments
 (0)