Vojtech Hrdina
07/19/2022, 8:35 AMcreateComposeRule
for testing individual components and everything works ok. For testing in activities I am using createAndroidComposeRule
+ MockWebServer
and all tests are flaky(it looks like they runs in parallel). Any recommendations how to avoid flaky tests?