By default espresso waits for the progress bar from my activity to finish loading before executing the next instructions.
I would like to force Espresso not to wait for it and execute the rest of instructions as the progress dialog is loading.
Any hits as to where I should look for that?
After some investigations I assume I must make use of the IdlingResource
class.