Skip to content

Commit f65c37f

Browse files
committed
test: use chromium for e2e
1 parent 202c93b commit f65c37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/e2e.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ const config: PlaywrightTestConfig = {
4444
/* Configure projects for major browsers */
4545
projects: [
4646
{
47-
name: 'Google Chrome',
47+
name: 'Chromium',
4848
use: {
49-
channel: 'chrome'
49+
channel: 'chromium'
5050
}
5151
}
5252
],

0 commit comments

Comments
 (0)