Join Slack
Powered by
Hey has anyone run into a issue where espresso tes...
# android
r
rkeazor
03/21/2018, 3:04 PM
Hey has anyone run into a issue where espresso tests freeze when converted to kotlin?
d
dgngulcan
03/21/2018, 3:19 PM
it happened to me too 😄 try using
@UiThreadTest
or try running your test inside
runBlocking { }
r
rkeazor
03/21/2018, 3:22 PM
cool thanks will try
rkeazor
03/21/2018, 4:26 PM
you should use a idlingResource, instead
26
Views
Open in Slack
Previous
Next