Anyone encountered error prompting the use of "use...
# android
a
Anyone encountered error prompting the use of "useUnmergedNode = true" when doing Android instrumentation tests? I'm using a GoogleMap Composable in Jetpack Compose using Kotlin and testing whether different elements are rendered on the screen by testing whether the tag with string exists. I have one test failing telling me it couldn't find the node but that one exists in the unmerged tree. How can I turn on the use of unmergedNode ? I see the button on the screen of the phone I'm using to test with, however the test fails.
c
Ask in #compose-android
👍 1