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 498ffc2 commit f520855Copy full SHA for f520855
java/test/org/openqa/selenium/bidi/network/BUILD.bazel
@@ -7,7 +7,7 @@ java_selenium_test_suite(
7
srcs = glob(["*Test.java"]),
8
browsers = [
9
"firefox",
10
- "chrome"
+ "chrome",
11
],
12
tags = [
13
"selenium-remote",
java/test/org/openqa/selenium/bidi/network/NetworkCommandsTest.java
@@ -28,7 +28,6 @@
28
import java.util.concurrent.CountDownLatch;
29
import java.util.concurrent.TimeUnit;
30
import java.util.concurrent.atomic.AtomicInteger;
31
-
32
import org.junit.jupiter.api.Disabled;
33
import org.junit.jupiter.api.Test;
34
import org.openqa.selenium.By;
0 commit comments