fix: reduce timeout values and fix test auth issues
Pull Request / unit-tests (pull_request) Successful in 2m31s
Pull Request / analyze-bump-type (pull_request) Successful in 12s
Pull Request / build-and-deploy-ci (pull_request) Failing after 42m4s

- Reduce URL wait timeouts from 10000ms to 5000ms across tests
- Fix tournament-edit-allowTies: add login before navigating to edit page
- Fix epic4-tournament-creation: fill name field before clicking Next
- Fix cucumber config: remove broken cucumber-pretty formatter
This commit is contained in:
2026-05-18 20:05:15 -07:00
parent e08c2bbdfd
commit 005cf7293d
6 changed files with 97 additions and 25 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ module.exports = {
// Format options
format: [
process.env.CI ? 'progress' : 'progress-bar',
'pretty:cucumber-pretty'
process.env.CI ? 'progress' : ['pretty', 'html:cucumber-report.html']
],
// Output directory for reports