Why would the names help you in the test? I guess that if you get back a stripe token, then you can access the Stripe API and retrieve the information regarding the token, see if it was already used, etc. I don't think it will help you in anyway to include the names in the form.
Oct 7, 2015
3
Level 2
Testing stripe payment form
I have a billing form on my registration page and was trying to write a test for the page. I was going to type the test values into my test when I remembered that the stripe items don't have name attributes. I can temporarily add a name attribute for the duration of the test, but wanted to see if anyone else has came across this before and has a solution. Thanks.
Please or to participate in this conversation.