From 8f06729c1a9ff70f9ac849d9732ed7d7f94d1af0 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 11 Aug 2022 10:29:47 +0200 Subject: [PATCH] tests(StatusChatListAndCategories.qml) add object names for testing --- src/StatusQ/Components/StatusChatListAndCategories.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/StatusQ/Components/StatusChatListAndCategories.qml b/src/StatusQ/Components/StatusChatListAndCategories.qml index e649f6e7..6c3e38d8 100644 --- a/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -71,6 +71,7 @@ Item { spacing: 4 StatusChatList { + objectName: "statusChatListAndCategoriesChatList" id: statusChatList visible: statusChatList.model.count > 0 onChatItemSelected: root.chatItemSelected(categoryId, id) @@ -259,6 +260,7 @@ Item { } Repeater { + objectName: "statusChatListCategories" id: statusChatListCategories objectName: "communityChatListCategories" visible: !!model && model.count > 0