mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: update expectations (#11634)
This commit is contained in:
parent
cc3aeeb6ea
commit
ff761bc212
@ -1945,6 +1945,12 @@
|
||||
"parameters": ["cdp", "firefox"],
|
||||
"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",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
@ -3824,12 +3830,6 @@
|
||||
"parameters": ["cdp", "chrome", "headless"],
|
||||
"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",
|
||||
"platforms": ["win32"],
|
||||
|
Loading…
Reference in New Issue
Block a user