Skip to content

Commit d9acdee

Browse files
committed
[java] Uncommenting a test. Apparently bazel consider this as a critical compilation issue
1 parent 7f5c2f3 commit d9acdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/devtools/ChromeDevToolsFetchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void testContinueRequest() {
9191
chromeDriver.get(appServer.whereIs("simpleTest.html"));
9292
}
9393

94-
//@Test
94+
@Test
9595
public void testFailRequest() {
9696
devTools.addListener(
9797
requestPaused(),

0 commit comments

Comments
 (0)