I have a question about testing. I'm using IntentsTestRule to start "Activity1". When i click there on a button "Activity2" will open. Now i want to verify that Activity2 is shown by checking if a String is displayed. Activity2 is using Compose, Activity1 classic Views. I can't find the String, because inside the View Hierarchy of Actvity2 is only a AndroidComposeView. Is there any way to make a Composable findable for the "normal" Espresso assertions?