Cypress log out after 3DS check for checkout.com #26164
Unanswered
umerzaman
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.
-
Im writing a test for the payment section on Cypress after clicking on the payment button page goes to the external URL. e.g. from http://localhost:64574/ to "https://3ds2-sandbox.ckotech.co/interceptor/3ds_ibgzskqjjfqevj4w3gwmdptp4m/device-information"
after completing the 3ds check the page to redirect back and went to the login page. I'm wrapping my code in the cy.session you can see below.
`beforeEach(() => {
I don't know what's going on in the cypress test environment locally I'm testing this with a card it's working fine I can see the confirmation page but in the test goes back to login.
Beta Was this translation helpful? Give feedback.
All reactions