Skip to content

Commit 05c37b7

Browse files
kamal-kaur04francisf
authored andcommitted
chore: testing
1 parent 6a31f81 commit 05c37b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/browserstack/SeleniumTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class SeleniumTest {
1212
@BeforeMethod(alwaysRun = true)
1313
@SuppressWarnings("unchecked")
1414
public void setUp() throws Exception {
15+
System.out.println("TESTING... PR");
1516
ChromeOptions options = new ChromeOptions();
1617
options.addArguments("start-maximized");
1718
driver = new ChromeDriver(options);

0 commit comments

Comments
 (0)