In cy.type when using {moveToStart/End} inside of a div[contenteditable], the cursor is only moved to the start/end of the line, not the entire text content.
for example when using {moveToStart}
expected:
foo -> Ifoo
bar bar
bazI baz
actual:
foo -> foo
bar bar
bazI Ibaz
Versions
3.5 +
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#8466, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior:
In cy.type when using
{moveToStart/End}
inside of adiv[contenteditable]
, the cursor is only moved to the start/end of the line, not the entire text content.for example when using
{moveToStart}
expected:
actual:
Versions
3.5 +
The text was updated successfully, but these errors were encountered: