Skip to content

Commit

Permalink
test: update more Firefox expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 30, 2024
1 parent 53fd258 commit 39c9f56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2929,6 +2929,13 @@
"expectations": ["TIMEOUT"],
"comment": "Re-test after user contexts land"
},
{
"testIdPattern": "[page.spec] Page Page.Events.Close should work with window.close",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS", "TIMEOUT"],
"comment": "Re-test after user contexts land"
},
{
"testIdPattern": "[page.spec] Page Page.Events.Console should have location and stack trace for console API calls",
"platforms": ["darwin", "linux", "win32"],
Expand Down Expand Up @@ -2966,6 +2973,13 @@
"expectations": ["FAIL"],
"comment": "Re-test after user contexts land"
},
{
"testIdPattern": "[page.spec] Page Page.Events.Console should not throw when there are console messages in detached iframes",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL", "PASS"],
"comment": "Re-test after user contexts land"
},
{
"testIdPattern": "[page.spec] Page Page.Events.Console should trigger correct Log",
"platforms": ["darwin", "linux", "win32"],
Expand Down

0 comments on commit 39c9f56

Please sign in to comment.