Skip to content

Commit

Permalink
fix(func): Get tests passing again
Browse files Browse the repository at this point in the history
  • Loading branch information
avattipalli committed Oct 23, 2024
1 parent 2cf547d commit 9397b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Run Playwright tests
run: |
cd core
npx playwright test tests/ui/ --project=tests-chromium
npx playwright test --headed tests/ui/ --project=tests-chromium
- uses: actions/upload-artifact@v4
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion core/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},
],
retries: 5,
retries: 3,
});

0 comments on commit 9397b27

Please sign in to comment.