Skip to content

Commit

Permalink
test(cookies): Rename clearCookies describe (#791)
Browse files Browse the repository at this point in the history
Tests in that describe are about clearCookies
  • Loading branch information
kblok authored Feb 1, 2020
1 parent 84c93d2 commit 0f305e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookies.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([{
Expand Down

0 comments on commit 0f305e0

Please sign in to comment.