BIT-1941: Add test tag for user and environment (#1136)

This commit is contained in:
David Perez 2024-03-13 11:25:46 -05:00 committed by Álison Fernandes
parent 92c9870048
commit 05079f2a32

View file

@ -194,6 +194,7 @@ fun VaultUnlockScreen(
style = MaterialTheme.typography.bodyMedium, style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.onSurfaceVariant, color = MaterialTheme.colorScheme.onSurfaceVariant,
modifier = Modifier modifier = Modifier
.semantics { testTag = "UserAndEnvironmentDataLabel" }
.padding(horizontal = 16.dp) .padding(horizontal = 16.dp)
.fillMaxWidth(), .fillMaxWidth(),
) )