devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
657 stars 427 forks source link

data-testid and data-cy is not working! #349

Closed EEBK99 closed 2 years ago

EEBK99 commented 2 years ago

I am using react-otp-input which has 'data-testid' and 'data-cy' props for testing purpose. I am using cypress for testing but when i use one of these two props it cannot get that id.

I am using it in next.js typescript project.