I can not verify the existence of some TestID`s in some components themselves. What can it be? I already went from props but it does not work.
Asked
Active
Viewed 1,075 times
0
-
please provide some code and what you have done so far!! These two lines wouldn't be enough to get good help. – man_luck Jun 03 '19 at 13:21
1 Answers
0
I recently came across this myself and discovered it isn't a Detox issue:
...React Native merges nested elements into one (seemingly untestable) element...
...testIDs are not bubbled to the container object (I don't think it's possible to achieve)...
...if there is no object, there is nothing to find by Detox.