Skip to content

Commit 6a31f81

Browse files
kamal-kaur04francisf
authored andcommitted
chore: testing
1 parent 57f4eaa commit 6a31f81

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/maven-comment-run.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
55

66
on:
7-
- push
8-
- issue_comment:
7+
issue_comment:
98
branches: [ "test-gh-workflow" ]
109
types: [ created ]
1110

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

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

0 commit comments

Comments
 (0)