How can I use the type Interception in my ts spec file ? #9576
Unanswered
thejdeep
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a cy.wait('@alias').then((resp) => {..});
I am looking to add the type to resp which is Interception but for some reason I am unable to make VS code find it and Cypress does not seem to have that interface exported.
Please help.
Version : 6.1.0
Beta Was this translation helpful? Give feedback.
All reactions