test: close runaway browser from headful tests (#10866)
This commit is contained in:
parent
683dc4eeac
commit
3c633f58f9
|
|
@ -141,6 +141,7 @@ it('should not block third party SameSite=None cookies', async ({ httpsServer, b
|
|||
|
||||
await page.goto(httpsServer.EMPTY_PAGE);
|
||||
expect(await cookie).toBe('a=b');
|
||||
await browser.close();
|
||||
});
|
||||
|
||||
it('should not override viewport size when passed null', async function({ browserType, server, browserName }) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue