appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

react-recaptcha Test Case using enzyme #215

Closed anupritawayangankar closed 6 years ago

anupritawayangankar commented 6 years ago

I have implemented react-recaptcha. I am trying to generate test cases for the same. where i am able to find the captcha control but not able to simulate its select value.

Please let me know if anybody has done.

Thanks.