Noticing some weird behavior where my UI tests pas...
# compose
v
Noticing some weird behavior where my UI tests pass on the emulator but fail on the device. I’m doing a super basic check -
composeTestRule.onNodeWithText("Title").assertExists()
a
maybe due to the animations not being disabled?
v
I did keep those disabled
a
have you tried to print the node tree if it’s there
i had similar issues before so it’s either an animation issue or for some reason calling waitForIdle() before the assert works. 🤷‍♂️