1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-02-13 18:39:56 +03:00

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

This commit is contained in:
ifernandezdiaz 2024-10-29 09:12:07 -03:00 committed by GitHub
parent 05c768610e
commit 8df4292e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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