Skip to content

Commit

Permalink
test: remove non-cross browser assertion in the cookie test (puppetee…
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien authored Jun 3, 2024
1 parent 26d800c commit d8654f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,13 +1184,6 @@
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[cookies.spec] Cookie specs Page.setCookie should set cookies from a frame",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[cookies.spec] Cookie specs Page.setCookie should set multiple cookies",
"platforms": ["darwin", "linux", "win32"],
Expand Down
1 change: 0 additions & 1 deletion test/src/cookies.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ describe('Cookie specs', () => {
expect(await page.evaluate('document.cookie')).toBe(
'localhost-cookie=best'
);
expect(await page.frames()[1]!.evaluate('document.cookie')).toBe('');

await expectCookieEquals(await page.cookies(), [
{
Expand Down

0 comments on commit d8654f1

Please sign in to comment.