it('should allow exponential notation input', () => {
      const text = '4.1e-2';

      cy.get('@CUT').ngxFill(text);
      cy.get('@CUT').ngxGetValue().should('equal', text);