BIT-1676 Update the attachment screen test ID. (#971)

This commit is contained in:
Oleg Semenenko 2024-02-07 09:05:44 -06:00 committed by Álison Fernandes
parent 1334c98b1f
commit 899355551f

View file

@ -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,