feat(firefox): roll Firefox to r1203 (#4365)

Fixes #4208
This commit is contained in:
Andrey Lushnikov 2020-11-05 23:17:27 -08:00 committed by GitHub
parent c522a0dfba
commit fff36a7991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@
},
{
"name": "firefox",
"revision": "1202",
"revision": "1203",
"download": true
},
{

View File

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