cy.get('[data-cy=insta-comment]').type('hello').should('have.value', 'hello');cy.get('[data-cy=submitBtn]').click();
ion-input data-cy="insta-comment"
ion-button data-cy="submitBtn" type="submit"
The word hello is not get typed in input feildThe hello should be typed in input feild