fix(firefox): fulfill response with empty body (#8166)
This commit is contained in:
parent
45f51239a6
commit
4705c90682
|
|
@ -13,12 +13,12 @@
|
|||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1281",
|
||||
"revision": "1282",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
"name": "firefox-beta",
|
||||
"revision": "1275",
|
||||
"revision": "1276",
|
||||
"installByDefault": false
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ it('should fulfill intercepted response', async ({page, server, browserName}) =>
|
|||
|
||||
it('should fulfill response with empty body', async ({page, server, browserName, browserMajorVersion}) => {
|
||||
it.skip(browserName === 'chromium' && browserMajorVersion <= 91);
|
||||
it.fail(browserName === 'firefox');
|
||||
await page.route('**/*', async route => {
|
||||
// @ts-expect-error
|
||||
await route._intercept({});
|
||||
|
|
|
|||
Loading…
Reference in a new issue