From af7f26e8f7e812e7a1dd05222fa3403b162aacd1 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 5 Apr 2024 11:37:52 +0200 Subject: [PATCH] test: enable iframe test (#12218) --- test/TestExpectations.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 0382e6d5561..9ed05cf9169 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -707,13 +707,6 @@ "expectations": ["SKIP"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[page.spec] Page Page.exposeFunction should work with loading frames", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"], - "comment": "Missing request interception" - }, { "testIdPattern": "[page.spec] Page Page.pdf should respect timeout", "platforms": ["darwin", "linux", "win32"],