From 7ad5bd90a4441be14f49f9d67d3e478353228fc1 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 2 Sep 2020 23:45:42 -0700 Subject: [PATCH] test: roll test-runner to 0.2.9 (#3752) --- test/playwright.fixtures.ts | 2 +- test/screencast.spec.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/playwright.fixtures.ts b/test/playwright.fixtures.ts index eb3c2485bb..47020e89d8 100644 --- a/test/playwright.fixtures.ts +++ b/test/playwright.fixtures.ts @@ -161,7 +161,7 @@ registerWorkerFixture('browserType', async ({playwright, browserName}, test) => }); registerWorkerFixture('browserName', async ({}, test) => { - await test('chromium'); + throw new Error(`Parameter 'browserName' is not specified`); }); registerWorkerFixture('browser', async ({browserType, defaultBrowserOptions}, test) => { diff --git a/test/screencast.spec.ts b/test/screencast.spec.ts index b685da3bf3..ab8ce4768e 100644 --- a/test/screencast.spec.ts +++ b/test/screencast.spec.ts @@ -163,6 +163,7 @@ class VideoPlayer { describe('screencast', suite => { suite.slow(); + suite.flaky(); suite.skip(options.WIRE); }, () => { it('should capture static page', test => {