mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
BIT-2023 Add test tag for pending request items (#1127)
This commit is contained in:
parent
4d945d20f2
commit
2c6c5b3f6d
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue