feat(firefox): roll to r1298 (#9848)
This commit is contained in:
parent
43af0f02dd
commit
9af5aaabbb
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1297",
|
||||
"revision": "1298",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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.fixme(browserName === 'firefox', 'attachedToTarget event comes without openerId');
|
||||
await page.goto(server.PREFIX + '/frames/two-frames.html');
|
||||
const frame = page.frame('uno');
|
||||
expect(frame).toBeTruthy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue