test(StatusSearchPopup): add object names for tests
This commit is contained in:
parent
f15b0d4de4
commit
02bb67a266
|
@ -157,6 +157,7 @@ Rectangle {
|
|||
|
||||
ListView {
|
||||
id: navBarListView
|
||||
objectName: "statusMainNavBarListView"
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
|
|
|
@ -92,6 +92,7 @@ StatusModal {
|
|||
|
||||
StatusInput {
|
||||
id: inputText
|
||||
input.edit.objectName: "searchPopupSearchInput"
|
||||
anchors.left: statusIcon.right
|
||||
anchors.right: parent.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
@ -239,6 +240,7 @@ StatusModal {
|
|||
|
||||
StatusFlatRoundButton {
|
||||
id: closeButton
|
||||
objectName: "searchModalResetSearchButton"
|
||||
width: 32
|
||||
height: 32
|
||||
anchors.left: searchOptionsMenuButton.right
|
||||
|
@ -263,6 +265,7 @@ StatusModal {
|
|||
clip: true
|
||||
ListView {
|
||||
id: view
|
||||
objectName: "searchResultListView"
|
||||
anchors.fill: parent
|
||||
anchors {
|
||||
leftMargin: 0
|
||||
|
|
Loading…
Reference in New Issue