You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem was that the same class name (.next-button) was used for multiple buttons
in different steps and e2e tests were getting the button from the
previous step, because it was still in the DOM because of hide animation
Expected behaviour
New account e2e test should be stable
Actual behaviour
New account e2e test is flaky. Most likely because it uses the same class (
.next-button
) for multiple buttons in different steps.The text was updated successfully, but these errors were encountered: