mattinger
11/01/2024, 8:37 PMonNodeWithTag("MyAccordian").assertExpanded()
onNodeWithTag("MyAccordian").performClickAccordianTitle()
But i'm struggling to use SemanticsNodeInteraction to find child elements. I also thought of maybe using a robot pattern where you pass the selector so that you can use something like a "hasAnyAncestor" combined with a selector on the test tag.
I'm curious what others are doing for this sort of thing.