You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a testID for the SmoothPinCodeInput component. I tried to added pin code on automation test using below script.
await element(by.id('SmsVerificationInput')).typeText('******');
But it throw an error.
This component does not support wix/detox automation testing?
The text was updated successfully, but these errors were encountered:
I added a testID for the SmoothPinCodeInput component. I tried to added pin code on automation test using below script.
await element(by.id('SmsVerificationInput')).typeText('******');
But it throw an error.
This component does not support wix/detox automation testing?
The text was updated successfully, but these errors were encountered: