mirror of
https://github.com/bitwarden/android.git
synced 2024-11-26 03:16:10 +03:00
BIT-1676 Update the attachment screen test ID. (#971)
This commit is contained in:
parent
1334c98b1f
commit
899355551f
1 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,6 @@ fun AttachmentsContent(
|
|||
attachmentItem = it,
|
||||
onDeleteClick = attachmentsHandlers.onDeleteClick,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "AttachmentRow" }
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
@ -162,7 +161,7 @@ private fun AttachmentListEntry(
|
|||
color = MaterialTheme.colorScheme.outlineVariant,
|
||||
)
|
||||
.defaultMinSize(minHeight = 56.dp)
|
||||
.semantics { testTag = "CipherAttachment" }
|
||||
.semantics { testTag = "AttachmentRow" }
|
||||
.padding(vertical = 8.dp)
|
||||
.then(modifier),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
|
|
Loading…
Reference in a new issue