diff --git a/test/browsercontext-device.spec.ts b/test/browsercontext-device.spec.ts index 05c59f7e7e4da..b17c8410f7bbb 100644 --- a/test/browsercontext-device.spec.ts +++ b/test/browsercontext-device.spec.ts @@ -60,9 +60,7 @@ describe('device', (suite, { browserName }) => { await context.close(); }); - it('should scroll twice when emulated',(test, {browserName}) => { - test.skip(browserName === 'webkit'); - }, async ({server, contextFactory, playwright, contextOptions}) => { + it('should scroll twice when emulated', async ({server, contextFactory, playwright, contextOptions}) => { const device = playwright.devices['iPhone 6']; const context = await contextFactory({ ...contextOptions,