QA-957: Adding missing testTag for collection list container (#4178)

This commit is contained in:
ifernandezdiaz
2024-10-29 09:12:07 -03:00
committed by GitHub
parent 05c768610e
commit 8df4292e08

View File

@@ -33,7 +33,7 @@ fun VaultMoveToOrganizationContent(
modifier: Modifier = Modifier,
) {
LazyColumn(
modifier = modifier,
modifier = modifier.testTag("CollectionListContainer"),
) {
if (!showOnlyCollections) {
item {