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 => {