test(StatusChatList): Added `objectName` property needed for automation
This commit is contained in:
parent
b42b347374
commit
c42f7d42fa
|
@ -40,6 +40,7 @@ Column {
|
|||
model: statusChatList.model
|
||||
delegate: Item {
|
||||
id: draggable
|
||||
objectName: model.name
|
||||
width: statusChatList.width
|
||||
height: statusChatListItem.height
|
||||
property alias chatListItem: statusChatListItem
|
||||
|
@ -210,6 +211,7 @@ Column {
|
|||
|
||||
Repeater {
|
||||
id: statusChatListItems
|
||||
objectName: "chatListItems"
|
||||
model: delegateModel
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue