From 19a18135441a69f9e3c26efe12bb2ee411a71fbf Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Fri, 12 Jan 2024 16:19:02 +0100 Subject: [PATCH] [java] Enabling two tests that already work in Firefox --- .../selenium/bidi/browsingcontext/BrowsingContextTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java b/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java index 8180eaf1c7c69..167ffdba27013 100644 --- a/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java +++ b/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java @@ -232,7 +232,6 @@ void canActivateABrowsingContext() { @Test @NotYetImplemented(SAFARI) @NotYetImplemented(IE) - @NotYetImplemented(FIREFOX) void canReloadABrowsingContext() { BrowsingContext browsingContext = new BrowsingContext(driver, WindowType.TAB); @@ -248,7 +247,6 @@ void canReloadABrowsingContext() { @Test @NotYetImplemented(SAFARI) @NotYetImplemented(IE) - @NotYetImplemented(FIREFOX) void canReloadWithReadinessState() { BrowsingContext browsingContext = new BrowsingContext(driver, WindowType.TAB);