mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: do not check for secure field in test for delete cookies (#12074)
This commit is contained in:
parent
1c1891e6ab
commit
069606e075
@ -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"],
|
||||
|
@ -618,7 +618,6 @@ describe('Cookie specs', () => {
|
||||
expires: -1,
|
||||
size: 51,
|
||||
httpOnly: false,
|
||||
secure: true,
|
||||
session: true,
|
||||
sourceScheme: 'Secure',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user