I've been spending 20 minutes wracking my head ove...
# compose
c
I've been spending 20 minutes wracking my head over why my unit test has started failing- on API 33
rule.onNodeWithText("boop").assertIsDisplayed()
fails, but on API 30 it passes. Exact same code, no (obvious) shenanigans. Is there something I should know about API30 vs 33? (also... 😶 but mega desperate)
a
What are the other environment variables? Emulator, physical device? Is it the same device image being used for both API 30 and API 33?
c
I'll try and isolate and will get back