test(StatusChatListAndCategories): Add object names

This commit is contained in:
MishkaRogachev 2022-08-15 15:00:09 +04:00 committed by Michał Cieślak
parent 6da0b9d534
commit 6bac2322c2
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ Item {
delegate: Item {
id: draggable
objectName: model.name
width: statusChatListCategory.width
height: statusChatListCategory.height
property alias chatListCategory: statusChatListCategory
@ -259,6 +260,7 @@ Item {
Repeater {
id: statusChatListCategories
objectName: "communityChatListCategories"
visible: !!model && model.count > 0
model: delegateModel
}