test(webkit); enable test to scroll twice (#5550)

This commit is contained in:
Joel Einbinder 2021-02-22 15:18:15 -08:00 committed by GitHub
parent 4ae4c3cb01
commit 74ae013d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,