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 {
|
Rectangle {
|
||||||
id: statusChatInfoButton
|
id: statusChatInfoButton
|
||||||
|
objectName: "chatInfoButton"
|
||||||
|
|
||||||
implicitWidth: identicon.width +
|
implicitWidth: identicon.width +
|
||||||
Math.max(
|
Math.max(
|
||||||
|
|
Loading…
Reference in New Issue