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
When using the command .click() and passing the option multiple: true, I can see that at least 1 of the elements I am attempting to click on is not visible. The click command eventually times out and in the command log displays error:
CypressError: Timed out retrying: undefined
Code
cy.get(".close").click(multiple: true)
It would be nice to instead get an error about "one or more of the elements not being visible, so not being clickable"