mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1299 (#9932)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
0495ce1ceb
commit
5d49c41a52
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1298",
|
||||
"revision": "1299",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
|
||||
@ -570,7 +570,6 @@ it.describe('download event', () => {
|
||||
});
|
||||
|
||||
it('should emit download event from nested iframes', async ({ server, browser, browserName }, testInfo) => {
|
||||
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/9922');
|
||||
const page = await browser.newPage({ acceptDownloads: true });
|
||||
server.setRoute('/1', (req, res) => {
|
||||
res.setHeader('Content-Type', 'text/html');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user