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
I am new to espresso and i am able to run single test cases for an activity successfully what if i have multiple activities to test.
The espresso is unable to find the view getting below mentioned error:
androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: com.fourtek.phonebook:id/llListItem
The text was updated successfully, but these errors were encountered:
@Gaurav-sengar
Also, at times some tests fail because they could not find the view which seems to be the case here.
Have you tried experimenting with adding delays or making sure that the tests wait for the element to be rendered before performing an action on it.
Hello Guys,
I am new to espresso and i am able to run single test cases for an activity successfully what if i have multiple activities to test.
The espresso is unable to find the view getting below mentioned error:
androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: com.fourtek.phonebook:id/llListItem
The text was updated successfully, but these errors were encountered: