forked from mirrors/gecko-dev
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:
parent
bda7a63c00
commit
8ea44dc5e0
1 changed files with 7 additions and 0 deletions
|
|
@ -902,6 +902,13 @@
|
||||||
"expectations": ["FAIL"],
|
"expectations": ["FAIL"],
|
||||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
"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",
|
"testIdPattern": "[target.spec] Target should close a service worker",
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
"platforms": ["darwin", "linux", "win32"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue