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 (#4178)
This commit is contained in:
parent
05c768610e
commit
8df4292e08
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fun VaultMoveToOrganizationContent(
|
|||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
LazyColumn(
|
||||
modifier = modifier,
|
||||
modifier = modifier.testTag("CollectionListContainer"),
|
||||
) {
|
||||
if (!showOnlyCollections) {
|
||||
item {
|
||||
|
|
Loading…
Add table
Reference in a new issue