parent
c522a0dfba
commit
fff36a7991
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1202",
|
"revision": "1203",
|
||||||
"download": true
|
"download": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -138,9 +138,7 @@ it('should wait for networkidle from the child frame', async ({page, server}) =>
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should wait for networkidle from the popup', (test, { browserName }) => {
|
it('should wait for networkidle from the popup', async ({page, server}) => {
|
||||||
test.fixme(browserName === 'firefox', 'Times out due to inactive layout / raf throttling');
|
|
||||||
}, async ({page, server}) => {
|
|
||||||
await page.goto(server.EMPTY_PAGE);
|
await page.goto(server.EMPTY_PAGE);
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
<button id=box1 onclick="window.open('./popup/popup.html')">Button1</button>
|
<button id=box1 onclick="window.open('./popup/popup.html')">Button1</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue