fix: reduce timeout values and fix test auth issues
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user