test: close runaway browser from headful tests (#10866)

This commit is contained in:
Andrey Lushnikov 2021-12-10 13:10:46 -08:00 committed by GitHub
parent 683dc4eeac
commit 3c633f58f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }) {