You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to add the rule 'prefer-wait-for' to my code but an unexpected interaction is provoked with my Cypress files. The autofix from the rule is also changing the calls to cy.Wait() for cy.WaitFor() in my Cypress test files
The text was updated successfully, but these errors were encountered:
Miguelerja
changed the title
prefer-wait-for rule autofix is changing Cypress wait() functions
prefer-wait-for rule autofix is modifying Cypress wait() functions
Jun 9, 2020
Hello,
I have tried to add the rule 'prefer-wait-for' to my code but an unexpected interaction is provoked with my Cypress files. The autofix from the rule is also changing the calls to cy.Wait() for cy.WaitFor() in my Cypress test files
The text was updated successfully, but these errors were encountered: