mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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}) => {
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await context.setCookies([{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user