mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
test: make Electron bots green
This commit is contained in:
parent
41529bb1a5
commit
e23960e8b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user