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
Is there configuration variable that I can set to slow actions in cypress? Or at least the interval between:
cy.contains('hello').click();
// here it would auto-wait 1 second or something
cy.contains('Name').next().type('hello');
Why is this needed?
In Angular, it's very easy for DOM elements to get de-attached, and that makes tests inconsistent and subject to fail
I'd have to set force: true to fix tests every once in a while and randomly, almost feels like I should just make everything forceable by default
Other
No response
The text was updated successfully, but these errors were encountered:
What would you like?
Hi team
Is there configuration variable that I can set to slow actions in cypress? Or at least the interval between:
Why is this needed?
In Angular, it's very easy for DOM elements to get de-attached, and that makes tests inconsistent and subject to fail
I'd have to set force: true to fix tests every once in a while and randomly, almost feels like I should just make everything forceable by default
Other
No response
The text was updated successfully, but these errors were encountered: