Skip to content

Commit bd431d3

Browse files
committed
import fix
1 parent 7d41df6 commit bd431d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/com/github/selenium/ChromeTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
import static org.junit.Assert.assertEquals;
44
import static org.junit.Assert.assertTrue;
5+
import io.github.bonigarcia.wdm.ChromeDriverManager;
56

6-
import java.util.concurrent.TimeUnit;
77
import java.util.List;
8+
import java.util.concurrent.TimeUnit;
89

910
import org.junit.After;
1011
import org.junit.Before;
@@ -15,8 +16,6 @@
1516
import org.openqa.selenium.WebElement;
1617
import org.openqa.selenium.chrome.ChromeDriver;
1718

18-
import io.github.bonigarcia.wdm.ChromeDriverManager;
19-
2019
public class ChromeTest {
2120

2221
private static final String BASE_PATH = "https://github.com/hemantsonu20";

0 commit comments

Comments
 (0)