Skip to content

Commit 377b31a

Browse files
authored
test: update the expectation for firefox CDP (#12047)
1 parent eddff1f commit 377b31a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/TestExpectations.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,13 @@
13901390
"expectations": ["FAIL", "PASS"],
13911391
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
13921392
},
1393+
{
1394+
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work",
1395+
"platforms": ["darwin", "linux", "win32"],
1396+
"parameters": ["cdp", "firefox"],
1397+
"expectations": ["FAIL", "PASS"],
1398+
"comment": "Firefox CDP does not support isolation so this test might fail if other tests set cookies"
1399+
},
13931400
{
13941401
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.deleteCookie() should work",
13951402
"platforms": ["darwin", "linux", "win32"],

0 commit comments

Comments
 (0)