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
In "web/cypress/support/commands" there is a configurePlugins function.
I had to use wait() to block consecutive clicks in the global function because of the force property, I tried many ways to replace wait(), but they all failed, I would like to find a way to remove wait, and have it work consistently in CI.
Very thanks
The text was updated successfully, but these errors were encountered:
In "web/cypress/support/commands" there is a
configurePlugins
function.I had to use
wait()
to block consecutive clicks in the global function because of the force property, I tried many ways to replace wait(), but they all failed, I would like to find a way to remove wait, and have it work consistently in CI.Very thanks
The text was updated successfully, but these errors were encountered: