Skip to content

Commit f9f24a9

Browse files
authored
Merge branch 'main' into dev
2 parents 1de387d + 8639b95 commit f9f24a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: browser-actions/setup-chrome@latest
3333

3434
- name: Run Selenium Tests
35-
run: npm run test
35+
run: npm run regression

‎test/shoppingExp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ export function runShoppingExp() {
102102
await objApp.verifyText(By.css(compMain.completeHeader), 'Thank you for your order!');
103103
});
104104
});
105-
}
105+
}

0 commit comments

Comments
 (0)