cy.type
was interrupted by xhr request
#28804
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I have a question about
cy.type
andxhr
.It happens radomly.
Code:
cy.get(input).clear().type(123456).wait(1000)
When I run test and a xhr event happened,
status menu and app preview are shown as below.
Can someone tell me what's happening?
Beta Was this translation helpful? Give feedback.
All reactions