Skip to content

Commit bdfbb70

Browse files
committed
[bidi][java] Enable tests for locating nodes from start nodes for Chrome and Edge
1 parent 2e47913 commit bdfbb70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ void canLocateNodesWithMaxNodeCount() {
162162
}
163163

164164
@Test
165-
@NotYetImplemented(CHROME)
166-
@NotYetImplemented(EDGE)
167165
void canLocateNodesGivenStartNodes() {
168166
String handle = driver.getWindowHandle();
169167
BrowsingContext browsingContext = new BrowsingContext(driver, handle);

0 commit comments

Comments
 (0)