Instrumentation tests can’t find node tagged with string for test in Android
I’m trying to test a composable using .testTag
that sits at the leaf level of the tree given the Composables call structure. The code is in the style of:
I’m trying to test a composable using .testTag
that sits at the leaf level of the tree given the Composables call structure. The code is in the style of: