Skip to content

Commit

Permalink
fix testcafe ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Oct 24, 2024
1 parent 06af416 commit a28d8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ jobs:
run: npm install [email protected]

- name: Run TestCafe Tests
run: npx testcafe "chrome:headless" web-app/tests/subpath-nginx/ -q --skip-js-errors -c 3

run: |
npx testcafe "chrome:headless" web-app/tests/subpath-nginx/ --skip-js-errors --selector-timeout 10000 --assertion-timeout 10000 -c 3
- name: Clean up docker
if: always()
run: |
Expand Down

0 comments on commit a28d8dc

Please sign in to comment.