From 530e068b54d78d4a057df327ffc48c3f93e8d5a1 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:35:06 +0200 Subject: [PATCH] chore: update firefox Expectations (#11242) --- test/TestExpectations.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 467a45413d7..019f0411d03 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -3904,5 +3904,17 @@ "platforms": ["darwin", "linux", "win32"], "parameters": ["cdp", "chrome", "headless"], "expectations": ["FAIL", "PASS"] + }, + { + "testIdPattern": "[page.spec] Page Page.exposeFunction should be callable from-inside evaluateOnNewDocument", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["PASS"] + }, + { + "testIdPattern": "[target.spec] Target should report when a target url changes", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["PASS"] } ]