Current behavior:
cy.type('{home}') and cy.type('{end}') are not supported:
CypressError: Special character sequence: '{home}' is not recognized. Available sequences are: {selectall}, {del}, {backspace}, {esc}, {{}, {enter}, {leftarrow}, {uparrow}, {rightarrow}, {downarrow}, {alt}, {option}, {ctrl}, {control}, {meta}, {command}, {cmd}, {shift}
CypressError: Special character sequence: '{end}' is not recognized. Available sequences are: {selectall}, {del}, {backspace}, {esc}, {{}, {enter}, {leftarrow}, {uparrow}, {rightarrow}, {downarrow}, {alt}, {option}, {ctrl}, {control}, {meta}, {command}, {cmd}, {shift}
Desired behavior:
Support the {home} and {end} special character sequences.
Versions
Cypress 3.0.1
Current behavior:
cy.type('{home}')andcy.type('{end}')are not supported:Desired behavior:
Support the
{home}and{end}special character sequences.Versions
Cypress 3.0.1