test(StatusChatInfoButton): Added `objectName` property needed for automation
This commit is contained in:
parent
a56893609e
commit
b42b347374
|
@ -6,6 +6,7 @@ import StatusQ.Components 0.1
|
|||
|
||||
Rectangle {
|
||||
id: statusChatInfoButton
|
||||
objectName: "chatInfoButton"
|
||||
|
||||
implicitWidth: identicon.width +
|
||||
Math.max(
|
||||
|
|
Loading…
Reference in New Issue