BIT-2023 Add test tag for pending request items (#1127)

This commit is contained in:
David Perez 2024-03-12 15:54:13 -05:00 committed by Álison Fernandes
parent 4d945d20f2
commit 2c6c5b3f6d

View file

@ -208,7 +208,9 @@ private fun PendingRequestsContent(
platform = request.platform,
timestamp = request.timestamp,
onNavigateToLoginApproval = onNavigateToLoginApproval,
modifier = Modifier.fillMaxWidth(),
modifier = Modifier
.semantics { testTag = "LoginRequestCell" }
.fillMaxWidth(),
)
HorizontalDivider(
thickness = 1.dp,