Assigned
Status Update
Comments
no...@google.com <no...@google.com>
ec...@gmail.com <ec...@gmail.com> #2
Hello, can you please attach a sample that reproduces your error?
No update yet.
Hello, can you please attach a sample that reproduces your error?
Description
Description:
It would be convenient if UI test finders were added that accept resource ids, like the different ViewMatchers in Espresso.
Use Case:
In my case, overloads that accept string resources would be the most useful, so instead of calling composeTestRule.activity.getString(R.string.my_id) every time I'm looking for a node with a specific string or hardcoding the string value, I could just input the string id directly into onNodeWithText or hasText.