We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b4c7 commit a545c7dCopy full SHA for a545c7d
1 file changed
src/test/java/tests/BaseTest.java
@@ -1,13 +1,11 @@
1
package tests;
2
3
import io.github.bonigarcia.wdm.WebDriverManager;
4
-import org.openqa.selenium.By;
5
import org.openqa.selenium.WebDriver;
6
import org.openqa.selenium.chrome.ChromeDriver;
7
import org.openqa.selenium.chrome.ChromeOptions;
8
import org.testng.annotations.AfterClass;
9
import org.testng.annotations.BeforeClass;
10
-import org.testng.annotations.BeforeMethod;
11
import pages.*;
12
13
public class BaseTest {
0 commit comments