There was an error while loading. Please reload this page.
2 parents 1de387d + 8639b95 commit f9f24a9Copy full SHA for f9f24a9
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
uses: browser-actions/setup-chrome@latest
33
34
- name: Run Selenium Tests
35
- run: npm run test
+ run: npm run regression
test/shoppingExp.ts
@@ -102,4 +102,4 @@ export function runShoppingExp() {
102
await objApp.verifyText(By.css(compMain.completeHeader), 'Thank you for your order!');
103
});
104
105
-}
+}
0 commit comments