From 42bdfa20d7283e692e0ad445a3aaef993c115659 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:39:39 +0200 Subject: [PATCH] chore: add Deferred test for BiDi (#10434) --- test/TestExpectations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 5a33a559031..e1bae865063 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -474,7 +474,7 @@ "expectations": ["PASS"] }, { - "testIdPattern": "[Deferred.spec] DeferredPromise should catch errors", + "testIdPattern": "[Deferred.spec] *", "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], "expectations": ["PASS"]