From d89b739b5e607f8731d652d3cd2d9fa39d67fc13 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 11 Mar 2024 11:45:37 +0100 Subject: [PATCH] chore: update test expectation for "Page Page.bringToFront should work" which is now passing in Firefox (#12072) --- test/TestExpectations.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index a9d8489ae61..53e25f385b6 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -687,13 +687,6 @@ "expectations": ["SKIP"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[page.spec] Page Page.bringToFront should work", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" - }, { "testIdPattern": "[page.spec] Page Page.close should *not* run beforeunload by default", "platforms": ["darwin", "linux", "win32"], @@ -3112,6 +3105,13 @@ "expectations": ["SKIP"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, + { + "testIdPattern": "[page.spec] Page Page.bringToFront should work", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["chrome", "webDriverBiDi"], + "expectations": ["FAIL"], + "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" + }, { "testIdPattern": "[page.spec] Page Page.bringToFront should work", "platforms": ["darwin", "linux", "win32"],