From abfe9f2ee6e1bf6900d11867e9a4b0ea0f12bc5f Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Sat, 25 Sep 2021 14:52:01 +0100 Subject: [PATCH] Correct comment. No logical change --- .../org/openqa/selenium/devtools/NetworkInterceptorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java b/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java index 8f4542fd5571c..2aeca0972b9d6 100644 --- a/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java +++ b/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java @@ -54,7 +54,7 @@ public class NetworkInterceptorTest { @BeforeClass public static void shouldTestBeRunAtAll() { - // Until Firefox can initialise the Fetch domain, we can remove this check + // Until Firefox can initialise the Fetch domain, we need this check assumeThat(Browser.detect()).isNotEqualTo(Browser.FIREFOX); assumeThat(Boolean.getBoolean("selenium.skiptest")).isFalse(); }