Skip to content

Commit

Permalink
Java: Fixing compilation error in chrome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 29, 2016
1 parent dccd912 commit a8c14bd
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static org.junit.Assert.assertTrue;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.NeedsLocalEnvironment;
Expand All @@ -39,12 +38,6 @@ public void tearDown() throws Exception {
}
}

@Before
@Override
public void createDriver() throws Exception {
// do nothing, don't want to have it create a driver for these tests
}

@NeedsLocalEnvironment
@Test
public void canStartChromeWithCustomOptions() {
Expand Down

0 comments on commit a8c14bd

Please sign in to comment.