We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31027c8 commit abfe9f2Copy full SHA for abfe9f2
java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java
@@ -54,7 +54,7 @@ public class NetworkInterceptorTest {
54
55
@BeforeClass
56
public static void shouldTestBeRunAtAll() {
57
- // Until Firefox can initialise the Fetch domain, we can remove this check
+ // Until Firefox can initialise the Fetch domain, we need this check
58
assumeThat(Browser.detect()).isNotEqualTo(Browser.FIREFOX);
59
assumeThat(Boolean.getBoolean("selenium.skiptest")).isFalse();
60
}
0 commit comments