test: update the expectation for firefox CDP (#12047)

This commit is contained in:
Alex Rudenko 2024-03-06 10:39:01 +01:00 committed by GitHub
parent eddff1f55a
commit 377b31a850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1390,6 +1390,13 @@
"expectations": ["FAIL", "PASS"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "firefox"],
"expectations": ["FAIL", "PASS"],
"comment": "Firefox CDP does not support isolation so this test might fail if other tests set cookies"
},
{
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.deleteCookie() should work",
"platforms": ["darwin", "linux", "win32"],