Skip to content

Commit a65bf41

Browse files
authored
test(browsercontext): cookies() is a BrowserContext function (#741)
1 parent 492304b commit a65bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/defaultbrowsercontext.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports.describe = function ({ testRunner, expect, defaultBrowserOptions,
3030
delete state.browser;
3131
delete state.page;
3232
});
33-
it('page.cookies() should work', async({page, server}) => {
33+
it('context.cookies() should work', async({page, server}) => {
3434
await page.goto(server.EMPTY_PAGE);
3535
await page.evaluate(() => {
3636
document.cookie = 'username=John Doe';

0 commit comments

Comments
 (0)