Skip to content

Commit

Permalink
Correct comment. No logical change
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 25, 2021
1 parent 31027c8 commit abfe9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit abfe9f2

Please sign in to comment.