test: update expectations (#11634)

This commit is contained in:
Alex Rudenko 2024-01-05 13:04:26 +01:00 committed by GitHub
parent cc3aeeb6ea
commit ff761bc212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1945,6 +1945,12 @@
"parameters": ["cdp", "firefox"], "parameters": ["cdp", "firefox"],
"expectations": ["SKIP"] "expectations": ["SKIP"]
}, },
{
"testIdPattern": "[extensions.spec] extensions target.page() should return a background_page",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "chrome"],
"expectations": ["FAIL", "PASS"]
},
{ {
"testIdPattern": "[fixtures.spec] Fixtures should close the browser when the node process closes", "testIdPattern": "[fixtures.spec] Fixtures should close the browser when the node process closes",
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],
@ -3824,12 +3830,6 @@
"parameters": ["cdp", "chrome", "headless"], "parameters": ["cdp", "chrome", "headless"],
"expectations": ["SKIP"] "expectations": ["SKIP"]
}, },
{
"testIdPattern": "[extensions.spec] extensions target.page() should return a background_page",
"platforms": ["win32"],
"parameters": ["cdp", "chrome", "headful"],
"expectations": ["FAIL", "PASS"]
},
{ {
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch userDataDir option restores preferences", "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch userDataDir option restores preferences",
"platforms": ["win32"], "platforms": ["win32"],