Skip to content

Commit c1f85c3

Browse files
committed
test commit
1 parent b2edbaf commit c1f85c3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out code
13+
uses: actions/checkout@v3
14+
- name: Echo test
15+
run: echo "Workflow is running!"

src/test/java/pages/ACP1_Page.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import org.openqa.selenium.WebDriver;
44
import org.testng.Assert;
55

6+
67
public class ACP1_Page extends BasePage {
78

89
public ACP1_Page(WebDriver driver, String link) {

0 commit comments

Comments
 (0)