mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 18:11:54 +00:00
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…
x
Reference in New Issue
Block a user