How do I wait for a different element to finish animating before interacting with an element? #9538
Unanswered
cjcrandall
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cypress tries to wait for the element you're interacting with to finish animating before interaction. However, in the UI I'm trying to test, there's a separate "progress bar" element that will animate, and I want to wait for it to complete before trying to click a button somewhere else on the page. Any tips on explicitly waiting for an unrelated element to finish animating?
Beta Was this translation helpful? Give feedback.
All reactions