test(cookies): Rename clearCookies describe (#791)
Tests in that describe are about clearCookies
This commit is contained in:
parent
84c93d2f9e
commit
0f305e05e9
|
|
@ -351,7 +351,7 @@ module.exports.describe = function({testRunner, expect, FFOX, CHROMIUM, WEBKIT})
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('BrowserContext.setCookies', function() {
|
describe('BrowserContext.clearCookies', function() {
|
||||||
it('should clear cookies', async({context, page, server}) => {
|
it('should clear cookies', async({context, page, server}) => {
|
||||||
await page.goto(server.EMPTY_PAGE);
|
await page.goto(server.EMPTY_PAGE);
|
||||||
await context.setCookies([{
|
await context.setCookies([{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue