Skip to content

Not able to access Card Content inner element hierarchy for Appium tests #4620

@gorakkharde

Description

@gorakkharde
<Card mode="outlined" style={styles.card} accessible>
  <Card.Content accessible>
    <TouchableOpacity
      style={styles.row}
      onPress={() => {
        onPress();
      }}
      accessible
      testID="touchableRow">
      <View style={styles.content}>
        <Text variant="headlineMedium">{Name}</Text>
      </View>
   </TouchableOpacity>

</Card.Content>

Not able to access the Card Content inner element

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions