feat(benchmark): restore full UI exploration

This commit is contained in:
Harsh Shandilya 2023-06-10 02:39:14 +05:30
parent 4137d73539
commit 7c59130af9
No known key found for this signature in database
4 changed files with 37 additions and 35 deletions

View file

@ -207,7 +207,7 @@ private fun CommentsButton(
imageVector = Icons.Filled.Comment,
tint = MaterialTheme.colorScheme.secondary,
contentDescription = "Open comments",
modifier = Modifier.align(Alignment.Center),
modifier = Modifier.align(Alignment.Center).testTag("comments_button"),
)
}
}