mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
test: skip 'should work with lazy loading iframes' on Android
This commit is contained in:
parent
061b5c67f2
commit
6c8c18dc73
@ -476,8 +476,9 @@ it('should fail when canceled by another navigation', async ({page, server}) =>
|
||||
expect(error.message).toBeTruthy();
|
||||
});
|
||||
|
||||
it('should work with lazy loading iframes', async ({page, server, isElectron}) => {
|
||||
it('should work with lazy loading iframes', async ({page, server, isElectron, isAndroid}) => {
|
||||
it.fixme(isElectron);
|
||||
it.fixme(isAndroid);
|
||||
|
||||
await page.goto(server.PREFIX + '/frames/lazy-frame.html');
|
||||
expect(page.frames().length).toBe(2);
|
||||
|
Loading…
Reference in New Issue
Block a user