fix(tests): e2e saved addresses related tests fixed

This commit is contained in:
Sale Djenic 2023-12-26 16:27:53 +01:00 committed by saledjenic
parent 7983c97f7b
commit 3d5b24b87f
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ mainWallet_AddWatchOnlyAccount_MenuItem = {"container": contextMenu_PopupItem, "
# Saved Address View
mainWindow_SavedAddressesView = {"container": mainWindow_WalletLayout, "type": "SavedAddressesView", "unnamed": 1, "visible": True}
mainWallet_Saved_Addreses_Add_Buttton = {"container": mainWindow_SavedAddressesView, "objectName": "addNewAddressBtn", "type": "StatusButton"}
mainWallet_Saved_Addreses_Add_Buttton = {"container": mainWindow_SavedAddressesView, "objectName": "walletHeaderButton", "type": "StatusButton", "visible": True}
mainWallet_Saved_Addreses_List = {"container": mainWindow_SavedAddressesView, "objectName": "SavedAddressesView_savedAddresses", "type": "StatusListView"}
savedAddressView_Delegate = {"container": mainWallet_Saved_Addreses_List, "objectName": RegularExpression("savedAddressView_Delegate*"), "type": "SavedAddressesDelegate", "visible": True}
send_StatusRoundButton = {"container": "", "type": "StatusRoundButton", "unnamed": 1, "visible": True}
@ -30,7 +30,7 @@ savedAddressView_Delegate_menuButton = {"container": "", "objectName": RegularEx
# Wallet Account View
mainWindow_StatusSectionLayout_ContentItem = {"container": statusDesktop_mainWindow, "objectName": "StatusSectionLayout", "type": "ContentItem", "visible": True}
mainWallet_Account_Name = {"container": mainWindow_StatusSectionLayout_ContentItem, "objectName": "accountName", "type": "StatusBaseText", "visible": True}
mainWallet_Account_Name = {"container": mainWindow_StatusSectionLayout_ContentItem, "objectName": "walletHeaderTitle", "type": "StatusBaseText", "visible": True}
# Wallet Account Popup

View File

@ -36,7 +36,7 @@ Item {
RowLayout {
spacing: Style.current.halfPadding
StatusBaseText {
objectName: "accountName"
objectName: "walletHeaderTitle"
Layout.alignment: Qt.AlignVCenter
verticalAlignment: Text.AlignVCenter
color: {
@ -73,6 +73,7 @@ Item {
StatusButton {
id: headerButton
objectName: "walletHeaderButton"
Layout.preferredHeight: 38
Layout.alignment: Qt.AlignTop