QA - Dates in Cucumber Scenarios should be generated dynamically #3176
Labels
Enhancement
This PR/Issue improves an part of Kapua
Test
Test related stuff. It's a dirty job, but someone needs to do that!
Is your feature request related to a problem? Please describe.
The dates in cucumber scenarios should be generated in a dynamic way, and not hardcoded.
Hardcoded dates have already caused an issue, see for instance PR #3175 . In this case the trigger end date was in the past (which clearly was not the case when the scenarios had been written), causing QA failures. A date generator method, that generates dates in the future, would have prevented such issue.
Describe the solution you'd like
A Cucumber step dedicated to date generation.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: