From cf06035756aa8e48259c0765e16ef616d29c7e54 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:39:07 +0200 Subject: [PATCH] chore: update chrome bidi test expectation (#11174) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index c552b1fe..7acb3a7e 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -371,6 +371,12 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler queryOne (Chromium web test) *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["chrome", "webDriverBiDi"], + "expectations": ["PASS"] + }, { "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler waitForSelector (aria) should have an error message specifically for awaiting an element to be hidden", "platforms": ["darwin", "linux", "win32"],