Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in case the account or secret could not be created, we show a generic error. if the account could be created but the secret creation fails with a 404, we get a more specific error (which we don't want here!). now we always fail with the account creation right away. the test was failing for good reason - i wonder how that can be a flake. i suspect the nested beforeEach-blocks that override each others routes may be troublesome and "broke" because of the recent cypress update. i saw a note about fixtures now being loaded async. maybe that effects the order in which the route-calls register. last one wins :/
- Loading branch information