From bdfbb70f555b6492d9ba873865fbd2fa30cba90c Mon Sep 17 00:00:00 2001 From: Puja Jagani Date: Thu, 31 Oct 2024 19:23:39 +0530 Subject: [PATCH] [bidi][java] Enable tests for locating nodes from start nodes for Chrome and Edge --- .../openqa/selenium/bidi/browsingcontext/LocateNodesTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java b/java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java index 9b153e92954c8..c1f967ebc36ba 100644 --- a/java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java +++ b/java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java @@ -162,8 +162,6 @@ void canLocateNodesWithMaxNodeCount() { } @Test - @NotYetImplemented(CHROME) - @NotYetImplemented(EDGE) void canLocateNodesGivenStartNodes() { String handle = driver.getWindowHandle(); BrowsingContext browsingContext = new BrowsingContext(driver, handle);