Replies: 2 comments
-
In React Native, adding a If the <Row testID="my-row-component" /> Then, in Detox, you can write a test case like: await expect(element(by.id('my-row-component'))).toBeVisible(); However, if the <View testID="my-row-component">
<Row />
</View> If this is a third-party component and does not support |
Beta Was this translation helpful? Give feedback.
-
We have a guide for this meant to help with questions on this topic: https://wix.github.io/Detox/docs/guide/test-id |
Beta Was this translation helpful? Give feedback.
-
How to give testID and test cases for react-native -row component using detox?
Beta Was this translation helpful? Give feedback.
All reactions