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