Cypress type
jump to start
#28811
Unanswered
urayoru113
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As title.
I give an example.
| : means cursor
code
cy.get('input').type('abcdefghi')
When cypress finished typing
c
input [abc|]
xhr request send
And the cursor unexpected jump to the start
input [|abc]
Then the result will become
input [ defghi|abc]
How to avoid that?
Beta Was this translation helpful? Give feedback.
All reactions