Skip to content

Instantly share code, notes, and snippets.

@ngallazzi
Created January 4, 2024 09:12
Show Gist options
  • Save ngallazzi/deee4d8bbbf66d23e86c268f52671714 to your computer and use it in GitHub Desktop.
Save ngallazzi/deee4d8bbbf66d23e86c268f52671714 to your computer and use it in GitHub Desktop.
test_tag
LazyColumn(modifier = Modifier.testTag("myLazyColumn")) {
// any content
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment