For the composeTestRule.onNodeWithTag() API, why is the useUnmergedTree parameter defaulted to false?
We hit a case where the composable wasn't important for accessibility, so it was merged and disappeared so that onNodeWithTag() failed. Oddly, if you set a contentDescription on the composable image, onNodeWIthContentDescrption() worked fine even though useUnmergedTree is not set to true 🤔