mg6maciej
03/11/2017, 9:36 PMUiController.loopMainThreadUntilIdle()
or equivalent called directly? I do mockito verifications after swipe and it starts checking too early.
If I put a random action like click()
on anything before verify calls, it works, because perform(click())
calls loopMainThreadUntilIdle
.