From 1efa8de526f243416300ad0d85623791e3d19230 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 7 Apr 2023 17:48:54 -0700 Subject: [PATCH] test: fix reporter blob tests on bots (#22281) --- tests/playwright-test/reporter-blob.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright-test/reporter-blob.spec.ts b/tests/playwright-test/reporter-blob.spec.ts index a0e2c35531..86caa545d7 100644 --- a/tests/playwright-test/reporter-blob.spec.ts +++ b/tests/playwright-test/reporter-blob.spec.ts @@ -55,6 +55,8 @@ const test = baseTest.extend<{ } }); +test.use({ channel: 'chrome' }); + test('should merge into html', async ({ runInlineTest, mergeReports, showReport, page }) => { const reportDir = test.info().outputPath('blob-report'); const files = {