test(StatusTagSelector): Added `objectName` property needed for automation
This commit is contained in:
parent
c42f7d42fa
commit
29fbe51e8f
|
@ -378,6 +378,7 @@ Item {
|
|||
}
|
||||
contentItem: ListView {
|
||||
id: userListView
|
||||
objectName: "tagSelectorUserList"
|
||||
anchors {
|
||||
fill: parent
|
||||
topMargin: 16
|
||||
|
|
Loading…
Reference in New Issue