You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included androidx.recyclerview.widget.ListAdapter performs asynchronous operations in the background. However, Espresso does not appear to be aware of it and thus tests can fail if async list diff is still diffing while Espresso starts inspecting views.
Description
Included
androidx.recyclerview.widget.ListAdapter
performs asynchronous operations in the background. However, Espresso does not appear to be aware of it and thus tests can fail if async list diff is still diffing while Espresso starts inspecting views.Steps to Reproduce
Expected Results
Espresso should wait for built-in ListAdapter to finish diffing
Actual Results
Espresso does not wait and can fail the test
The text was updated successfully, but these errors were encountered: