diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 6573b4df..39abfbe1 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -779,6 +779,12 @@ "parameters": ["webDriverBiDi"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should launch Chrome properly with --no-startup-window and waitForInitialPage=false", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["SKIP"] + }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should take fullPage screenshots when defaultViewport is null", "platforms": ["darwin", "linux", "win32"], @@ -1235,12 +1241,6 @@ "parameters": ["webDriverBiDi"], "expectations": ["PASS"] }, - { - "testIdPattern": "[proxy.spec] request proxy should respect proxy bypass list", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi", "firefox"], - "expectations": ["PASS", "FAIL"] - }, { "testIdPattern": "[queryhandler.spec] Query handler tests P selectors should work ARIA selectors", "platforms": ["darwin", "linux", "win32"], @@ -2351,12 +2351,6 @@ "parameters": ["cdp", "firefox"], "expectations": ["FAIL", "PASS"] }, - { - "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should launch Chrome properly with --no-startup-window and waitForInitialPage=false", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox"], - "expectations": ["SKIP"] - }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should work with no default arguments", "platforms": ["darwin", "linux", "win32"], @@ -2966,8 +2960,8 @@ { "testIdPattern": "[network.spec] network Response.fromCache should work", "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi", "firefox"], - "expectations": ["PASS", "FAIL"] + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["FAIL", "PASS"] }, { "testIdPattern": "[network.spec] network Response.fromServiceWorker Response.fromServiceWorker", @@ -3587,6 +3581,12 @@ "parameters": ["chrome", "webDriverBiDi"], "expectations": ["PASS"] }, + { + "testIdPattern": "[proxy.spec] request proxy should respect proxy bypass list", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["FAIL", "PASS"] + }, { "testIdPattern": "[proxy.spec] request proxy should respect proxy bypass list", "platforms": ["darwin", "linux", "win32"], @@ -3884,8 +3884,8 @@ { "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should work when resolved right before execution context disposal", "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi", "firefox"], - "expectations": ["PASS", "FAIL"] + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["FAIL", "PASS"] }, { "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should work with strict CSP policy",