it('handles invalid input', () => {
      const text = 'what what';

      cy.get('@CUT').clear().type(text);