Nathan Castlehow
08/26/2021, 8:29 AMComposeTestRule
, the test will be synchronized beforehand, waiting until the UI tree is idle”
Does this synchronisation on assertions include custom idling resources which have been registered? Or would I have to call waitForIdle() in between each line that makes async changes (eg. a network call)?Nathan Castlehow
08/27/2021, 1:23 AM