From 38fb2cdb3f9af627c7b0c9a749de590ed487a1b5 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 7 Jun 2024 12:52:38 +0200 Subject: [PATCH] test: mark the window.stop test as fail (#12549) --- test/TestExpectations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 07a5c25d896..d1b9fb50ef5 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2355,7 +2355,7 @@ "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work when subframe issues window.stop()", "platforms": ["darwin", "linux", "win32"], "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["SKIP"], + "expectations": ["FAIL"], "comment": "TODO: evaluating in the frame that was just attached causes an error in chromium-bidi" }, {