mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: roll test-runner to 0.2.9 (#3752)
This commit is contained in:
parent
84a0066c9f
commit
7ad5bd90a4
@ -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) => {
|
||||
|
@ -163,6 +163,7 @@ class VideoPlayer {
|
||||
|
||||
describe('screencast', suite => {
|
||||
suite.slow();
|
||||
suite.flaky();
|
||||
suite.skip(options.WIRE);
|
||||
}, () => {
|
||||
it('should capture static page', test => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user