My Espresso tests started flaking when I added the...
# compose
g
My Espresso tests started flaking when I added the
Copy code
@get:Rule
val composeTestRule = createAndroidComposeRule<MainActivity>()
Is there something I can do to avoid this?
Now I have a screen with Espresso and Compose. The compose part is passing the tests, but Espresso throws errors that views can’t be found “sometimes”
The tests weren’t flaking before
This tends to happen when running multiple emulators at the same time which is really weird :S