Skip to content

Commit

Permalink
test(webkit); enable test to scroll twice (#5550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Feb 22, 2021
1 parent 4ae4c3c commit 74ae013
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/browsercontext-device.spec.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 74ae013

Please sign in to comment.