From ea2f6b8ee76e4af872e5df157bff2ad9a49936f1 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 4 Jan 2024 15:21:20 +0100 Subject: [PATCH] test: unskip a BiDi test (#11628) --- test/TestExpectations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index b3f0bf88860..cdda8ae93d1 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -729,7 +729,7 @@ "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should have custom URL when launching browser", "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] + "expectations": ["PASS"] }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should launch Chrome properly with --no-startup-window and waitForInitialPage=false",