Skip to content

Commit 30e5681

Browse files
authored
chore: report correct browser channel for Android tests (#6733)
1 parent 4076110 commit 30e5681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/android.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const metadata = {
4343
platform: 'Android',
4444
headful: false,
4545
browserName: 'chromium',
46-
channel: undefined,
46+
channel: 'chrome',
4747
mode: 'default',
4848
video: false,
4949
};

0 commit comments

Comments
 (0)