From 30e5681b8256f74c69a9e1c62335ecea9102b9f9 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 24 May 2021 19:06:46 -0700 Subject: [PATCH] chore: report correct browser channel for Android tests (#6733) --- tests/config/android.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/android.config.ts b/tests/config/android.config.ts index 7519a5cf0a..2c05549589 100644 --- a/tests/config/android.config.ts +++ b/tests/config/android.config.ts @@ -43,7 +43,7 @@ const metadata = { platform: 'Android', headful: false, browserName: 'chromium', - channel: undefined, + channel: 'chrome', mode: 'default', video: false, };