mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(webkit); enable test to scroll twice (#5550)
This commit is contained in:
parent
4ae4c3cb01
commit
74ae013d58
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user