reduce number of steps in e2e happyPath #1178
Labels
scope: testing
Code review, testing, making sure the code is following the specification.
type: tech-debt
Slows down development in the long run
At present,
happyPath
e2e tests have ~ 50 steps, some of which are duplicates. This causes the happyPath e2e tests to run for >20min on the CI.Since
happyPath
runs on every commit, the number of steps should be reduced by removing duplicate test cases.The text was updated successfully, but these errors were encountered: