In this example of an IconButton from the docs... ...
# compose-android
c
In this example of an IconButton from the docs... will
composeTestRule.onNodeWithText("Localized Description")
select the inner icon, or the outer button?
t
probably depends on if you do merged tree or not?
1
I don't get to write much UI test code anymore since I am down the build tools rabbit hole full time now. I need to go play with this stuff more to refresh myself
c
thanks. i tried using the debugger to poke around and figure out what node im actually choosing but it was still hard to tell.