mirror of
https://github.com/bitwarden/android.git
synced 2026-03-26 08:12:00 -05:00
QA-957: Adding missing testTag for collection list container (#4178)
This commit is contained in:
@@ -33,7 +33,7 @@ fun VaultMoveToOrganizationContent(
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
LazyColumn(
|
||||
modifier = modifier,
|
||||
modifier = modifier.testTag("CollectionListContainer"),
|
||||
) {
|
||||
if (!showOnlyCollections) {
|
||||
item {
|
||||
|
||||
Reference in New Issue
Block a user