https://cypress.io logo
I am testing a page and there is one step where I ...
# e2e-testing
h
I am testing a page and there is one step where I go to an external page to make a payment (it is a "registration process"). I want to insert my fake card data and then I get redirected back to my site to continue the registration process. Since the payment is done in the bank's page, Cypress complain about the redirect. Is this a use case I can't do with Cypress?