From ff761bc2127cf5acdb65a9185dcc857810f382a6 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 5 Jan 2024 13:04:26 +0100 Subject: [PATCH] test: update expectations (#11634) --- test/TestExpectations.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 372e97da068..4441c26c149 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -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"],