Skip to content

Commit

Permalink
feat(firefox): roll Firefox to r1203 (#4365)
Browse files Browse the repository at this point in the history
Fixes #4208
  • Loading branch information
aslushnikov authored Nov 6, 2020
1 parent c522a0d commit fff36a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"name": "firefox",
"revision": "1202",
"revision": "1203",
"download": true
},
{
Expand Down
4 changes: 1 addition & 3 deletions test/page-network-idle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fff36a7

Please sign in to comment.