bahmutov / cypress-if

Easy conditional if-else logic for your Cypress tests when there is no other way
https://cypress.tips/courses/cypress-plugins
96 stars 12 forks source link

I'm trying to do an element existence check and after the else statement, call the function another time #60

Open pedro-arruda09 opened 1 year ago

pedro-arruda09 commented 1 year ago

This is the code:

image

This is the error:

image
bahmutov commented 1 year ago

ughh, I would need a runnable example to debug this

bahmutov commented 1 year ago

Can you try now - I just checked a similar recursive example and it is working