Possible to test stripe.redirectToCheckout ? #16486
Unanswered
Norfeldt
asked this question in
Component Testing
Replies: 1 comment 1 reply
-
Good question! I am actually not sure about using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I had a little trouble getting cypress component testing working with NextJS, but now it works and I'm loving it.
There is still a lot to learn and right now I'm struggling a little with testing a
CartCheckoutButton.tsx
componentI can't seem to confirm that once it got a session it will redirect to the stripe checkout page
The first test works but the second never seems to perform a redirect. If I press the button manually then it does not redirect either...
Beta Was this translation helpful? Give feedback.
All reactions