Espresso test fails after successful click and blocking for 60 seconds

前端 未结 1 415
太阳男子
太阳男子 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)
提交回复
热议问题