Curious to hear if there is an equivalent of `Acce...
# compose
v
Curious to hear if there is an equivalent of
AccessibilityChecks.enable().setRunChecksFromRootView(true)
available for Compose or if that already is capable of running on Compose views. I haven’t tested it yet so unsure about what its current behavior is.
3
a
👋 Have you had the chance to test it yet?
j
It’s been a while. The only way I could check so far was through Semantics using ComposeTestRule. I’m trying now with Espresso, but checking the View Hierarchy I couldn’t see any property like Text or extra properties for my components. So I guess Espresso doesn’t do this check out-of-the-box for compose components. 😐