mirror of https://github.com/status-im/StatusQ.git
test(StatusTextMessage): add objectName for test
This commit is contained in:
parent
89049fd56b
commit
1e12636abd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue