Using detox 13.3.1 I am working on writing an acceptance test for this feature in a react-native app. The feature includes adding a ticket to the wallet in which detox test cannot tap on anything once the wallet screen comes up.
I tried by.text
and simply query the button text "Add" but it doesn't get it. Also, tapAtPoint
doesn't tap anywhere as well. However, I don't know the type of "Add" button.