Skip to content

Commit 303a18a

Browse files
committed
Java: Fixing compilation error in opera tests
1 parent 75b230c commit 303a18a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/client/test/org/openqa/selenium/opera/OperaOptionsFunctionalTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ public void tearDown() throws Exception {
3939
}
4040
}
4141

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-
4842
@NeedsLocalEnvironment
4943
@Test
5044
public void canStartOperaWithCustomOptions() {

0 commit comments

Comments
 (0)