diff --git a/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml b/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml index e2ce9e4195..78c0cf3347 100644 --- a/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml +++ b/ui/app/AppLayouts/Profile/controls/WalletNetworkDelegate.qml @@ -15,6 +15,7 @@ StatusListItem { rightPadding: Style.current.padding components: [ StatusBaseText { + objectName: "testnetLabel_" + network.chainName text: qsTr("Goerli testnet active") font.pixelSize: 15 color: Theme.palette.baseColor1