chore: report correct browser channel for Android tests (#6733)

This commit is contained in:
Andrey Lushnikov 2021-05-24 19:06:46 -07:00 committed by GitHub
parent 4076110e4f
commit 30e5681b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ const metadata = {
platform: 'Android',
headful: false,
browserName: 'chromium',
channel: undefined,
channel: 'chrome',
mode: 'default',
video: false,
};