From b8782fd7a2df21fd4fc1308e5c3cb07a76dc9918 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 7 Jun 2023 13:50:51 +0200 Subject: [PATCH] chore: enable a browser spec test (#10342) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 48197702..a2331053 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -215,6 +215,12 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[browser.spec] Browser specs Browser.process should return child_process instance", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[chromiumonly.spec] *", "platforms": ["darwin", "linux", "win32"],