Skip to content

Commit abfe9f2

Browse files
committed
Correct comment. No logical change
1 parent 31027c8 commit abfe9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class NetworkInterceptorTest {
5454

5555
@BeforeClass
5656
public static void shouldTestBeRunAtAll() {
57-
// Until Firefox can initialise the Fetch domain, we can remove this check
57+
// Until Firefox can initialise the Fetch domain, we need this check
5858
assumeThat(Browser.detect()).isNotEqualTo(Browser.FIREFOX);
5959
assumeThat(Boolean.getBoolean("selenium.skiptest")).isFalse();
6060
}

0 commit comments

Comments
 (0)