test(StatusTextMessage): add objectName for test

This commit is contained in:
Jonathan Rainville 2022-08-22 12:00:57 -04:00 committed by Michał Cieślak
parent 508b3f35cf
commit cdf9344943
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Item {
TextEdit {
id: chatText
objectName: "StatusTextMessage_chatText"
readonly property int effectiveHeight: d.veryLongChatText && !d.readMore ? Math.min(chatText.implicitHeight, 200)
: chatText.implicitHeight