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 GitHub
parent 986969c371
commit 842ccbf245

View File

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