Skip to content
New issue

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

cypress: budgets -> Switch -> can switch between budgets flaky #1330

Open
morremeyer opened this issue Nov 28, 2023 · 0 comments
Open

cypress: budgets -> Switch -> can switch between budgets flaky #1330

morremeyer opened this issue Nov 28, 2023 · 0 comments
Labels
testing Testing and testing improvements

Comments

@morremeyer
Copy link
Member

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.

@morremeyer morremeyer added the testing Testing and testing improvements label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing and testing improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant