Skip to content

Commit

Permalink
[java] Enable navigation event test in Chrome and Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Aug 27, 2024
1 parent f4518b8 commit 88f00af
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ void canListenToBrowsingContextLoadedEvent()
}

@Test
@NotYetImplemented(CHROME)
@NotYetImplemented(EDGE)
void canListenToNavigationStartedEvent()
throws ExecutionException, InterruptedException, TimeoutException {
try (BrowsingContextInspector inspector = new BrowsingContextInspector(driver)) {
Expand Down

0 comments on commit 88f00af

Please sign in to comment.