mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(chromium): roll Chromium to r768783 (#6201)
* feat(chromium): roll Chromium to r768783 * fix: update unit test for crrev:2135046 * chore: update devtools-protocol revision Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
@@ -406,7 +406,9 @@ describe('Cookie specs', () => {
|
||||
expect(await page.evaluate('document.cookie')).toBe(
|
||||
'localhost-cookie=best'
|
||||
);
|
||||
expect(await page.frames()[1].evaluate('document.cookie')).toBe('');
|
||||
expect(await page.frames()[1].evaluate('document.cookie')).toBe(
|
||||
'127-cookie=worst'
|
||||
);
|
||||
|
||||
expect(await page.cookies()).toEqual([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user