Lucas Rufino

Results 3 comments of Lucas Rufino

Olá, essa adição de gifs, eh em alguns testes específicos ou em todo o doc?

> > any solutions? > > Please try with `ActivityScenarioRule` instead of `ActivityTestRule` like below > > ``` > @Rule > public ActivityScenarioRule mActivityRule = new ActivityScenarioRule(LoginActivity.class); > ``` It...

I had the same problem and snopcoff's solution worked for me =D