CYPRESS Backspace
cy.get('input').type('{backspace}')
Evergreen Tomato
cy.get('input').type('{backspace}')
cy.get('whatever').type('Test all the things', { force: true });