From 052745a9e7bd07c43d702fb1b4e4a6bc84bba357 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 18 Aug 2023 16:08:51 +0200 Subject: [PATCH] test: unskip more tests (#10755) --- test/TestExpectations.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 082da1d21e5..b23151453e7 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -1631,18 +1631,6 @@ "parameters": ["chrome", "webDriverBiDi"], "expectations": ["FAIL", "TIMEOUT"] }, - { - "testIdPattern": "[accessibility.spec] Accessibility should report uninteresting nodes", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["PASS"] - }, - { - "testIdPattern": "[accessibility.spec] Accessibility should work", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["PASS"] - }, { "testIdPattern": "[browser.spec] Browser specs Browser.isConnected should set the browser connected state", "platforms": ["darwin", "linux", "win32"], @@ -1775,12 +1763,6 @@ "parameters": ["firefox", "webDriverBiDi"], "expectations": ["SKIP"] }, - { - "testIdPattern": "[click.spec] Page.click should click offscreen buttons", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "webDriverBiDi"], - "expectations": ["SKIP"] - }, { "testIdPattern": "[click.spec] Page.click should click on checkbox input and toggle", "platforms": ["darwin", "linux", "win32"],