Skip to content

Commit 88f00af

Browse files
committed
[java] Enable navigation event test in Chrome and Edge
1 parent f4518b8 commit 88f00af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ void canListenToBrowsingContextLoadedEvent()
139139
}
140140

141141
@Test
142-
@NotYetImplemented(CHROME)
143-
@NotYetImplemented(EDGE)
144142
void canListenToNavigationStartedEvent()
145143
throws ExecutionException, InterruptedException, TimeoutException {
146144
try (BrowsingContextInspector inspector = new BrowsingContextInspector(driver)) {

0 commit comments

Comments
 (0)