mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
feat(benchmark): restore full UI exploration
This commit is contained in:
parent
4137d73539
commit
7c59130af9
4 changed files with 37 additions and 35 deletions
|
@ -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"),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue