#bighairylove
1 messages · Page 1 of 1 (latest)
Hi
Are you having this issue in your web integration ?
is this isolated and recurring issue ?
It’s recurring yeah. Only in the sandbox as far as I can tell
This page does not exist in production - users get redirect to actually PayPal
ok doing a quick tests
I'm not able to reproduce the test on my side
could you please share the SetupIntent Id ?
🤔 I'm not seeing any error on Stripe Side
Could you please record a complete video and share it with me ?
by keeping devtool opened (javascript and network)
Hmmm let me see…
Just jumping in here - I have the same issue btw
We have cypress tests „buying“ stuff on stripe using PayPal. Exact same tests pass 10+ times a day since two months. Yesterday started to break without any change on our end
Trying to capture screen
ah these are cypress tests and not manuel tests ?
I also get the Problem manually
Any time the PayPal setup screen opens - the new error is there in the console
It matters not if browser accessing the setup page is headless or having me drive it 🙂
Is this blocking the test ? did you try to complete the payment ?
Cypress tests break because they notice an unhandled javascript exception. Pretty sure purchase on Test node is still possible
Here’s a screen capture
You shouldn't include Stripe products in your tests. Because you don't own the integration and you are doing automatic interaction (like robots) on a live product stripe.com/
Your UI tests must be limited on the component you have ownership on and do not include production products (you need to mock them)
Now back to the Javscript console error, as far as I can see it's not something blocking for achieving the test till the end
It’s an E2E test for the whole flow, not just UI test. Help us catch early if anything in the checkout flow smells funny
Well yeah if the stripe test mode keeps throwing this error I will have to work around it
Should be no big problem. Just wondered if you guys are aware of this error in the test setup page 🙂 I do believe it’s bothering quite a few stripe users. Didn’t even take 10 minutes for another person to jump in and confirm my belief
Ist the stripe test mode meant for tests? 🤔 I must be missing something
Yes but not for automatic tests
You are still using production ready endpoints (e.g. stripe.com)
So you shouldn't be doing automatic tests on production endpoints
Hey no worries. I am fully aware of what I am doing. Just wanted to give you guys a heads up about a new error in test setup page since yesterday. An error that indeed appears in Manual tests (and indeed is not „show stopping“)
No big issue. Main point is to make sure you are aware of it 🙏
I appreciate your feedback, Many thanks!
Pleasure working with stripe. Seriously 🙌 you guys are miles ahead of the competition. Keep up the good work 👌