Any way to get textInput props or any element props? #2943
Unanswered
johhansantana
asked this question in
Q&A
Replies: 2 comments
-
@johhansantana you could make your testID dynamic i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I largely agree |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to check if a textInput has the
secureTextEntry
prop enabled/disabled (boolean) but I'm not sure how to get the value when using the e2e testing.Edit
after further reading I think this is something that would be better to test in unit testing instead of e2e. I'm still very new at doing these automated testings on the front-end so if anyone can confirm this Ill appreciate.
Beta Was this translation helpful? Give feedback.
All reactions