Cypress custom commands with timeout breaking in 14.0.0 #30991
Replies: 1 comment 1 reply
-
See this issue: #31015 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to upgrade to Cypress 14 right now and having trouble with custom commands like
seems like undefined is no longer a valid option for timeout but most of the time these commands are called it will be undefined. Is the correct solution to go through and default all these variables ? Or is there an easier way to allow this?
Beta Was this translation helpful? Give feedback.
All reactions