mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
parent
c522a0dfba
commit
fff36a7991
@ -8,7 +8,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1202",
|
||||
"revision": "1203",
|
||||
"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 }) => {
|
||||
test.fixme(browserName === 'firefox', 'Times out due to inactive layout / raf throttling');
|
||||
}, async ({page, server}) => {
|
||||
it('should wait for networkidle from the popup', async ({page, server}) => {
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.setContent(`
|
||||
<button id=box1 onclick="window.open('./popup/popup.html')">Button1</button>
|
||||
|
Loading…
Reference in New Issue
Block a user