From d3b25df34d6a43a6ee7ca3aa256cbf9942e62c05 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 1 Mar 2023 14:00:51 +0100 Subject: [PATCH] chore: update test expectation data for Firefox for 19.7.2 downstream sync (#9756) --- test/TestExpectations.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index a9af6c6a..e0d1975f 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -77,6 +77,12 @@ "parameters": ["firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[click.spec] Page.click should click on checkbox label and toggle", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["PASS", "FAIL"] + }, { "testIdPattern": "[click.spec] Page.click should click the button with fixed position inside an iframe", "platforms": ["darwin", "linux", "win32"], @@ -407,6 +413,12 @@ "parameters": ["firefox"], "expectations": ["FAIL"] }, + { + "testIdPattern": "[ignorehttpserrors.spec] ignoreHTTPSErrors Response.securityDetails Network redirects should report SecurityDetails", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["PASS", "FAIL"] + }, { "testIdPattern": "[input.spec]", "platforms": ["darwin", "linux", "win32"], @@ -509,6 +521,12 @@ "parameters": ["firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.executablePath returns executablePath for channel", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["SKIP"] + }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.executablePath should work", "platforms": ["darwin", "linux", "win32"], @@ -569,6 +587,12 @@ "parameters": ["firefox", "headless"], "expectations": ["PASS", "FAIL"] }, + { + "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should work with no default arguments", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "headless"], + "expectations": ["PASS", "FAIL"] + }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch tmp profile should be cleaned up", "platforms": ["darwin", "linux", "win32"], @@ -621,7 +645,7 @@ "testIdPattern": "[navigation.spec] navigation Frame.goto should return matching responses", "platforms": ["darwin", "linux", "win32"], "parameters": ["firefox"], - "expectations": ["FAIL"] + "expectations": ["SKIP"] }, { "testIdPattern": "[navigation.spec] navigation Frame.waitForNavigation should fail when frame detaches",