How to ensure to request is made? #27369
Unanswered
hamidmayeli
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing a search input and I want to make sure that it does not reach out to the backend when the input is less than 3 characters. I have a working example that uses
cy.wait(...)
, but I would like to find an alternative solution. Is there another way to achieve this without usingcy.wait(...)
?Beta Was this translation helpful? Give feedback.
All reactions