Appease TS of Cypress.Commands.overwrite #29414
Unanswered
dvnrsn
asked this question in
Questions and Help
Replies: 0 comments
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.
-
I'm having a devil of a time appeasing the TS here
Expected 1 arguments, but got 2
const opts: Partial<Cypress.VisitOptions>
I believe I need to include at least something on the callback (here I chose the Cypress.VisitOptions). Without it
Target signature provides too few arguments. Expected 2 or more, but got 1.
Beta Was this translation helpful? Give feedback.
All reactions