diff --git a/tests/page/page-request-fulfill.spec.ts b/tests/page/page-request-fulfill.spec.ts index cf98a7635a..05c7124f39 100644 --- a/tests/page/page-request-fulfill.spec.ts +++ b/tests/page/page-request-fulfill.spec.ts @@ -322,7 +322,8 @@ it('headerValue should return set-cookie from intercepted response', async ({ pa expect(await response.headerValue('Set-Cookie')).toBe('a=b'); }); -it('should complain about har + response options', async ({ page, server, isAndroid }) => { +it('should complain about har + response options', async ({ page, server, isAndroid, isElectron }) => { + it.fixme(isElectron, 'error: Browser context management is not supported.'); it.fixme(isAndroid); let error;