Skip to content

Commit

Permalink
test: do not check for secure field in test for delete cookies (#12074)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien committed Apr 26, 2024
1 parent 1c1891e commit 069606e
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
Expand Up @@ -1247,13 +1247,6 @@
"expectations": ["FAIL"],
"comment": "Not supported with cdp"
},
{
"testIdPattern": "[cookies.spec] Cookie specs Page.deleteCookie should not delete cookie for different domain",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "Firefox default partition key is inconsistent: #12004"
},
{
"testIdPattern": "[cookies.spec] Cookie specs Page.deleteCookie should not delete cookie for different domain",
"platforms": ["darwin", "linux", "win32"],
Expand Down
1 change: 0 additions & 1 deletion test/src/cookies.spec.ts
Expand Up @@ -618,7 +618,6 @@ describe('Cookie specs', () => {
expires: -1,
size: 51,
httpOnly: false,
secure: true,
session: true,
sourceScheme: 'Secure',
},
Expand Down

0 comments on commit 069606e

Please sign in to comment.