BIT-2126: Add ElementID's to Add/Edit views (Secure Note) (#1200)

This commit is contained in:
Ramsey Smith 2024-04-01 13:43:01 -06:00 committed by Álison Fernandes
parent 2185d3847a
commit d9d9d6f540

View file

@ -43,6 +43,7 @@ fun LazyListScope.vaultAddEditSecureNotesItems(
value = commonState.name,
onValueChange = commonTypeHandlers.onNameTextChange,
modifier = Modifier
.semantics { testTag = "ItemNameEntry" }
.fillMaxWidth()
.padding(horizontal = 16.dp),
)