cy.origin() Cypress not opening page from another domain #26014
Unanswered
kbodya
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.
-
H everyone. Please help me to resolve the following problem
On my project after clicking on the "MakePayment" button, the user is redirected to the payment page. URL of the payment page looks like this "https://checkout.stripe.com/c/pay/cs_test_a1E8WaWpykZA5UJXYg81r3YzULc1a1nnnEHsIOn"
where
"cs_test_a1E8WaWpykZA5UJXYg81r3YzULc1a1nnnEHsIOn" is unique for each user and generated new every time after clicking the "MakePayment" button
The problem is that after the user goes to the page https://checkout.stripe.com/c/pay/cs_test_a1E8WaWpykZA5UJXYg81r3YzULc1a1nnnEHsIOn
its content is not displayed
Cypress 12.7.0
Stripe payment system
Video capture with Cypress test - https://drive.google.com/file/d/1Tgi6bvLWfnVGzsGEfTmmVoIu_B9TG5Zb/view?usp=share_link
Beta Was this translation helpful? Give feedback.
All reactions