michaelv
05/15/2023, 7:36 AMczuckie
05/15/2023, 8:39 AMrule.onRoot().printToString(...)
- lets me see the hierarchy of composables the test framework can see
• rule.onRoot(useUnmergedTree = true).printToString(...)
let's me see if there are things I can select against when the mergeDescendants
modifier is ignored
I wish I had more tricks, but 😞michaelv
05/16/2023, 6:44 AMczuckie
05/17/2023, 10:32 AMrule.onAllNodes(isRoot()).printToString(...)
rule.onAllNodes(isDialog()).printToString(...)
I've not actually used the date picker so I have no idea how it's implemented 😞michaelv
05/18/2023, 6:17 AM