Espresso test fails after successful click and blocking for 60 seconds

前端 未结 1 414
太阳男子
太阳男子 2020-12-18 19:02

I have tried using Espresso testing framework and wrote a simple test.

Nothing fancy there, just this code:

onView(withId(R.id.login_button_stub)).pe         


        
相关标签:
1条回答
  • 2020-12-18 19:31

    It was a bug in my app code, where SwipeRefreshLayout animated itself indefinitely. Due to a bug in this component, the refresh state was not even showing.

    0 讨论(0)
提交回复
热议问题