Alex Yordanov
12/15/2023, 1:39 PM_createAndroidComposeRule_<MyActivity>()
and anytime the test leaves the app to execute the login steps, my activity is destroyed and I get the nasty
java.lang.IllegalStateException: No compose hierarchies found in the app
Could anyone who might’ve come across similar issues, give me some ideas on how to resolve this 💩 I could give more context if necessaryFranSoto
12/15/2023, 9:31 PMAlex Yordanov
12/16/2023, 10:11 AMrunBlocking {
delay(5000)
}
and everything worked 🤦♂️ I assume the compose tree needs a bit to get (re)created 🤷♂️ It’s not the most elegant solution but, if it works consistently across multiple runs, it would be fineFranSoto
12/16/2023, 4:51 PM