Skip to content

Commit 22aee92

Browse files
kamal-kaur04francisf
authored andcommitted
chore: testing
1 parent 05c37b7 commit 22aee92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28+
with:
29+
ref: refs/pull/${{ github.event.issue.number }}/head
2830
- uses: actions/github-script@v6
2931
id: check-membership
3032
with:

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)