Studio should not add .click() before .type() #14685
Labels
experiment: studio
Issues when using experimentalStudio
type: enhancement
Requested enhancement of existing feature
Current behavior
Currently Studio will add a
cy.click()
before acy.type()
when an input is clicked. However, Cypress automatically clicks an input before typing, so it's redundant for studio to generate this command.Desired behavior
Studio should not add a
cy.click()
before acy.type()
(on the same element)The text was updated successfully, but these errors were encountered: