We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The budgets -> Switch -> can switch between budgets test is flaky, but this is not triggered often.
Check Cypress Cloud for an example of a fail.
This happens when, on budget creation, {enter} is pressed, but the check for the loding icon is successful before it even appears.
In that case, the loading of the created budget happens after the click on "Switch budget" and the budget selection view is never loaded.
Potential fix: Update awaitLoading to first expect the loading icon to exist and then to not exist anymore.
awaitLoading
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The budgets -> Switch -> can switch between budgets test is flaky, but this is not triggered often.
Check Cypress Cloud for an example of a fail.
This happens when, on budget creation, {enter} is pressed, but the check for the loding icon is successful before it even appears.
In that case, the loading of the created budget happens after the click on "Switch budget" and the budget selection view is never loaded.
Potential fix: Update
awaitLoading
to first expect the loading icon to exist and then to not exist anymore.The text was updated successfully, but these errors were encountered: