Bug 1891762 - [puppeteer] Update test expectations. r=webdriver-reviewers,Sasha

Depends on D207742

Differential Revision: https://phabricator.services.mozilla.com/D207743
This commit is contained in:
Julian Descottes 2024-04-18 09:03:11 +00:00
parent bda7a63c00
commit 8ea44dc5e0

View File

@ -902,6 +902,13 @@
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[target.spec] Target Browser.waitForTarget should wait for a target",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["webDriverBiDi", "firefox"],
"expectations": ["FAIL", "PASS"],
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1882401"
},
{
"testIdPattern": "[target.spec] Target should close a service worker",
"platforms": ["darwin", "linux", "win32"],