Open d-v opened 6 months ago
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
Current behavior
Getting an error
Timed out retrying after 20000ms: Cannot read properties of undefined (reading 'length')
when trying to add functionality to .type()Desired behavior
Would like to cy.wait() for 0 seconds and then run the original type command.
The code at sample overwriting type() command works but does not include promises https://docs.cypress.io/api/cypress-api/custom-commands#Overwrite-type-command
Test code to reproduce
Cypress Version
13.7.0
Node version
20.10.0
Operating System
windows 10 22H2
Debug Logs
No response
Other
No response