feat(firefox): roll to r1298 (#9848)

This commit is contained in:
github-actions[bot] 2021-10-28 07:41:58 -07:00 committed by GitHub
parent 43af0f02dd
commit 9af5aaabbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
}, },
{ {
"name": "firefox", "name": "firefox",
"revision": "1297", "revision": "1298",
"installByDefault": true "installByDefault": true
}, },
{ {

View file

@ -159,7 +159,6 @@ it('should not treat navigations as new popups', async ({ page, server }) => {
}); });
it('should report popup opened from iframes', async ({ page, server, browserName }) => { it('should report popup opened from iframes', async ({ page, server, browserName }) => {
it.fixme(browserName === 'firefox', 'attachedToTarget event comes without openerId');
await page.goto(server.PREFIX + '/frames/two-frames.html'); await page.goto(server.PREFIX + '/frames/two-frames.html');
const frame = page.frame('uno'); const frame = page.frame('uno');
expect(frame).toBeTruthy(); expect(frame).toBeTruthy();