Vaibhav Jaiswal
05/17/2024, 12:21 PMtestTagAsResourceId
on the Android side and applied Modifier.testTag()
to the composable i want to test
But no matter what i use testTag or contentDescription, the
device.findObject(By.res(..))
Is always null and test always failsAnkit Kumar
05/17/2024, 4:34 PMtestTagsAsResourceId = true
under modifier.semantics{}Vaibhav Jaiswal
05/17/2024, 6:40 PM