Skip to content

Commit a8c14bd

Browse files
committed
Java: Fixing compilation error in chrome tests
1 parent dccd912 commit a8c14bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

java/client/test/org/openqa/selenium/chrome/ChromeOptionsFunctionalTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import static org.junit.Assert.assertTrue;
2222

2323
import org.junit.After;
24-
import org.junit.Before;
2524
import org.junit.Test;
2625
import org.openqa.selenium.testing.JUnit4TestBase;
2726
import org.openqa.selenium.testing.NeedsLocalEnvironment;
@@ -39,12 +38,6 @@ public void tearDown() throws Exception {
3938
}
4039
}
4140

42-
@Before
43-
@Override
44-
public void createDriver() throws Exception {
45-
// do nothing, don't want to have it create a driver for these tests
46-
}
47-
4841
@NeedsLocalEnvironment
4942
@Test
5043
public void canStartChromeWithCustomOptions() {

0 commit comments

Comments
 (0)