Skip to content

Commit 8c303fb

Browse files
committed
Bug 1877214 - [puppeteer] Update test expections. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D200013
1 parent 466956d commit 8c303fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

remote/test/puppeteer/test/TestExpectations.json

+18
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"parameters": ["webDriverBiDi"],
4848
"expectations": ["PASS"]
4949
},
50+
{
51+
"testIdPattern": "[debugInfo.spec] *",
52+
"platforms": ["darwin", "linux", "win32"],
53+
"parameters": ["cdp"],
54+
"expectations": ["SKIP"]
55+
},
5056
{
5157
"testIdPattern": "[device-request-prompt.spec] *",
5258
"platforms": ["darwin", "linux", "win32"],
@@ -1621,6 +1627,12 @@
16211627
"parameters": ["chrome", "webDriverBiDi"],
16221628
"expectations": ["FAIL", "PASS"]
16231629
},
1630+
{
1631+
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work",
1632+
"platforms": ["darwin", "linux", "win32"],
1633+
"parameters": ["cdp", "firefox"],
1634+
"expectations": ["FAIL"]
1635+
},
16241636
{
16251637
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.deleteCookie() should work",
16261638
"platforms": ["darwin", "linux", "win32"],
@@ -3711,6 +3723,12 @@
37113723
"parameters": ["firefox", "headless", "webDriverBiDi"],
37123724
"expectations": ["FAIL"]
37133725
},
3726+
{
3727+
"testIdPattern": "[screenshot.spec] Screenshots Cdp should work in \"fromSurface: false\" mode",
3728+
"platforms": ["darwin", "linux", "win32"],
3729+
"parameters": ["cdp", "headless"],
3730+
"expectations": ["SKIP"]
3731+
},
37143732
{
37153733
"testIdPattern": "[screenshot.spec] Screenshots ElementHandle.screenshot should work for an element with an offset",
37163734
"platforms": ["darwin", "linux", "win32"],

0 commit comments

Comments
 (0)