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 dccd912 commit a8c14bdCopy full SHA for a8c14bd
java/client/test/org/openqa/selenium/chrome/ChromeOptionsFunctionalTest.java
@@ -21,7 +21,6 @@
21
import static org.junit.Assert.assertTrue;
22
23
import org.junit.After;
24
-import org.junit.Before;
25
import org.junit.Test;
26
import org.openqa.selenium.testing.JUnit4TestBase;
27
import org.openqa.selenium.testing.NeedsLocalEnvironment;
@@ -39,12 +38,6 @@ public void tearDown() throws Exception {
39
38
}
40
41
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
-
48
@NeedsLocalEnvironment
49
@Test
50
public void canStartChromeWithCustomOptions() {
0 commit comments