diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 28b39009acb..fc532f48929 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -5,12 +5,24 @@ "parameters": ["webDriverBiDi"], "expectations": ["SKIP", "TIMEOUT"] }, + { + "testIdPattern": "[DeviceRequestPrompt.spec] DeviceRequestPrompt *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[evaluation.spec] *", "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], "expectations": ["PASS"] }, + { + "testIdPattern": "[EventEmitter.spec] EventEmitter *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[jshandle.spec] *", "platforms": ["darwin", "linux", "win32"], @@ -47,6 +59,12 @@ "parameters": ["webDriverBiDi"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[NetworkManager.spec] NetworkManager *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[page.spec] Page Page.Events.DOMContentLoaded *", "platforms": ["darwin", "linux", "win32"], @@ -113,6 +131,12 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[elementhandle.spec] ElementHandle specs Custom queries should throw with invalid query names", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[elementhandle.spec] ElementHandle specs ElementHandle.isVisible and ElementHandle.isHidden should work", "platforms": ["darwin", "linux", "win32"], @@ -707,6 +731,12 @@ "parameters": ["cdp", "firefox"], "expectations": ["FAIL"] }, + { + "testIdPattern": "[emulation.spec] Emulation Page.viewport should support mobile emulation", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["chrome", "webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[evaluation.spec] Evaluation specs \"after each\" hook for \"should transfer 100Mb of data from page to node.js\"", "platforms": ["darwin"],