From 74ae013d5808aaa1f2f03a2a2511143e39bcc57e Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Mon, 22 Feb 2021 15:18:15 -0800 Subject: [PATCH] test(webkit); enable test to scroll twice (#5550) --- test/browsercontext-device.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/browsercontext-device.spec.ts b/test/browsercontext-device.spec.ts index 05c59f7e7e..b17c8410f7 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,