#bighairylove

1 messages · Page 1 of 1 (latest)

fast knotBOT
unkempt gust
#

Hi
Are you having this issue in your web integration ?

#

is this isolated and recurring issue ?

raw marsh
#

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

unkempt gust
#

ok doing a quick tests

#

I'm not able to reproduce the test on my side

#

could you please share the SetupIntent Id ?

unkempt gust
#

🤔 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)

raw marsh
#

Hmmm let me see…

real patrol
#

Just jumping in here - I have the same issue btw

raw marsh
#

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

unkempt gust
#

ah these are cypress tests and not manuel tests ?

raw marsh
#

I also get the Problem manually

#

Any time the PayPal setup screen opens - the new error is there in the console

real patrol
#

I get the problem manually

#

it's not paypal specific

raw marsh
#

It matters not if browser accessing the setup page is headless or having me drive it 🙂

unkempt gust
#

Is this blocking the test ? did you try to complete the payment ?

raw marsh
#

Cypress tests break because they notice an unhandled javascript exception. Pretty sure purchase on Test node is still possible

#

Here’s a screen capture

unkempt gust
#

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

raw marsh
#

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

raw marsh
unkempt gust
#

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

raw marsh
#

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 🙏

unkempt gust
#

I appreciate your feedback, Many thanks!

raw marsh
#

Pleasure working with stripe. Seriously 🙌 you guys are miles ahead of the competition. Keep up the good work 👌

fast knotBOT