-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find TextInput with secureTextEntry true in React-Native 0.55.4 #916
Comments
I am not sure why you are assuming that it can't find the text field, when the error clearly states "Failed to type string '222222222', because key [K] could not be found on the keyboard." Entering numbers is a problematic and has been discussed several times already, including most recently in #902. I am guessing that for the Try instead using |
@LeoNatan Thanks for your reply, it was my env problem, my colleagues runs well. |
Could you please explain what the problem was? |
Sorry about that, I don't know what matters, I copied node_modules from my colleagues computer(He rans well), but it didn't work too. You can close this issue, it's only my environment problem. |
Description
If I set TextInput
secureTextEntry=true
in RN 0.55.4, I can not get this element byelement(by.id(str))
Steps to Reproduce
You can see code below, the normal
TextInput
could be found, but password could not.Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
Logs see below
The text was updated successfully, but these errors were encountered: