mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 13:14:35 -05:00
BIT-2023 Add test tag for pending request items (#1127)
This commit is contained in:
committed by
Álison Fernandes
parent
4d945d20f2
commit
2c6c5b3f6d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user