diff --git a/ui/app/AppLayouts/Profile/popups/RenameKeypairPopup.qml b/ui/app/AppLayouts/Profile/popups/RenameKeypairPopup.qml index bc0c099d63..919eb4c918 100644 --- a/ui/app/AppLayouts/Profile/popups/RenameKeypairPopup.qml +++ b/ui/app/AppLayouts/Profile/popups/RenameKeypairPopup.qml @@ -140,6 +140,7 @@ StatusModal { }, StatusButton { text: qsTr("Save changes") + objectName: "saveRenameKeypairChangesButton" enabled: d.entryValid focus: true Keys.onReturnPressed: function(event) { diff --git a/ui/app/AppLayouts/Profile/popups/WalletKeypairAccountMenu.qml b/ui/app/AppLayouts/Profile/popups/WalletKeypairAccountMenu.qml index 6f5aba9420..efee5a5c4e 100644 --- a/ui/app/AppLayouts/Profile/popups/WalletKeypairAccountMenu.qml +++ b/ui/app/AppLayouts/Profile/popups/WalletKeypairAccountMenu.qml @@ -80,6 +80,7 @@ StatusMenu { StatusAction { text: enabled? qsTr("Rename keypair") : "" + objectName: "renameKeypairMenuItem" enabled: !!root.keyPair && root.keyPair.pairType !== Constants.keypair.type.profile icon.name: "edit"