From b5ded1222700e2eb357e5af4b7eed0c844c7a826 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Thu, 14 Mar 2024 11:49:55 +0100 Subject: [PATCH] [java] Enabling `canListenToFetchError` for Firefox --- .../org/openqa/selenium/bidi/network/NetworkEventsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java b/java/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java index 3076ca532b119..049ce6e588e61 100644 --- a/java/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java +++ b/java/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java @@ -20,7 +20,6 @@ import static org.assertj.core.api.AssertionsForClassTypes.assertThat; import static org.openqa.selenium.testing.Safely.safelyCall; import static org.openqa.selenium.testing.drivers.Browser.EDGE; -import static org.openqa.selenium.testing.drivers.Browser.FIREFOX; import static org.openqa.selenium.testing.drivers.Browser.IE; import static org.openqa.selenium.testing.drivers.Browser.SAFARI; @@ -173,7 +172,6 @@ void canListenToOnAuthRequiredEvent() @NotYetImplemented(SAFARI) @NotYetImplemented(IE) @NotYetImplemented(EDGE) - @NotYetImplemented(FIREFOX) void canListenToFetchError() throws ExecutionException, InterruptedException, TimeoutException { try (Network network = new Network(driver)) { CompletableFuture future = new CompletableFuture<>();