test: make Electron bots green

This commit is contained in:
Max Schmitt 2022-06-13 12:20:57 +02:00
parent 41529bb1a5
commit e23960e8b2

View File

@ -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;