mirror of
https://github.com/bitwarden/android.git
synced 2026-06-03 19:27:07 -05:00
BIT-1679 Add the CipherAttachment test tag (#987)
This commit is contained in:
committed by
Álison Fernandes
parent
ec0df1d2a1
commit
e04b2a95e4
@@ -218,6 +218,7 @@ fun VaultItemCardContent(
|
||||
items(attachments) { attachmentItem ->
|
||||
AttachmentItemContent(
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "CipherAttachment" }
|
||||
.fillMaxWidth()
|
||||
.padding(start = 16.dp),
|
||||
attachmentItem = attachmentItem,
|
||||
|
||||
@@ -248,6 +248,7 @@ fun VaultItemIdentityContent(
|
||||
items(attachments) { attachmentItem ->
|
||||
AttachmentItemContent(
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "CipherAttachment" }
|
||||
.fillMaxWidth()
|
||||
.padding(start = 16.dp),
|
||||
attachmentItem = attachmentItem,
|
||||
|
||||
@@ -118,6 +118,7 @@ fun VaultItemSecureNoteContent(
|
||||
items(attachments) { attachmentItem ->
|
||||
AttachmentItemContent(
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "CipherAttachment" }
|
||||
.fillMaxWidth()
|
||||
.padding(start = 16.dp),
|
||||
attachmentItem = attachmentItem,
|
||||
|
||||
Reference in New Issue
Block a user