I'm writing some UI tests for compose, and one of ...
# compose
a
I'm writing some UI tests for compose, and one of the big things we're trying to squash is a11y issues. Is there a way to assert what the next sibblings text or content label should be, in terms of focus order? I'm trying to ensure that the components uitest matches the experience for a talkback user, that way if tests fail, the reasonable expectation is that talkback will probably navigate in an unexpected way. onSiblings returns all siblings, in my case, I just want the next one