diff --git a/package.json b/package.json index 4f333e57234..a559d87f2ea 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "test:chrome:headful": "npm test -- --test-suite chrome-headful", "test:chrome:headless-chrome": "npm test -- --test-suite chrome-new-headless", "test:chrome:headless": "npm test -- --test-suite chrome-headless", + "test:chrome:bidi": "npm test -- --test-suite chrome-bidi", "test:chrome": "run-s test:chrome:*", "test:firefox:bidi": "npm test -- --test-suite firefox-bidi", "test:firefox:headful": "npm test -- --test-suite firefox-headful", diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 03f3c2ef4a4..a1d91dce75e 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2082,7 +2082,7 @@ "expectations": ["PASS"] }, { - "testIdPattern": "[Connection.spec] WebDriver BiDi", + "testIdPattern": "[Connection.spec] WebDriver BiDi Connection should work", "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], "expectations": ["PASS"] @@ -2092,29 +2092,5 @@ "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], "expectations": ["PASS"] - }, - { - "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work with function shorthands", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] - }, - { - "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work with unicode chars", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] - }, - { - "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work right after framenavigated", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] - }, - { - "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work from-inside an exposed function", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] } ]