Hello, I was doing the `Migrating to Jetpack Compose` codelab then on the `Testing` tab it mentions ...
a
Hello, I was doing the
Migrating to Jetpack Compose
codelab then on the
Testing
tab it mentions that you can use
findByText
to validate a composable String the strange thing is that function doesn't appear
p
This is now onNodeWithText
2
a
Thanks @Philip Blandford