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
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.
SwipeRefreshLayout