Is there something special about UIAutomator and C...
# compose
t
Is there something special about UIAutomator and Compose? I have a simple
Text(text = "$title\n ")
that is dumped as
<node index="0" text="All albums&#10; " resource-id="" ...
but I can't find / select it (
By.text
with the dumped value, `By.textContains`or
textStartsWith
) if I remove the "\n " from the source code then all works as usual.
z
And I presume that works if you make a text view with that string?
If so, please file a bug and post here
t
Actually it does not work either I've opened https://issuetracker.google.com/issues/255787130 the regexp are invalid and do not support multiline. Not sure it's affected to the right people in that tracker section.
@Zach Klippenstein (he/him) [MOD] Well one of the standard answer on most teams 😞 Maybe you can help pass the message, that intended behavior can be whatever they want and completely non standard, but it should be properly documented.