test(Settings) Object names were added for keycard and wallet settings elements (#12134)

This commit is contained in:
Valentina1133 2023-09-13 12:54:44 +07:00 committed by GitHub
parent 702dfd892d
commit 181c785aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -364,6 +364,7 @@ ItemDelegate {
Component {
id: letterIdenticonComponent
StatusLetterIdenticon {
objectName: "identicon"
width: root.icon.width
height: root.icon.height
emoji: root.hasEmoji ? root.icon.name : ""

View File

@ -98,6 +98,7 @@ ColumnLayout {
Layout.fillWidth: true
title: d.noKeycardsSet? qsTr("Setup a new Keycard with an existing account")
: qsTr("Migrate an existing account from Status Desktop to Keycard")
objectName: "setupFromExistingKeycardAccount"
components: [
StatusIcon {
icon: "next"
@ -119,6 +120,7 @@ ColumnLayout {
StatusListItem {
Layout.fillWidth: true
title: qsTr("Create a new Keycard account with a new seed phrase")
objectName: "createNewKeycardAccount"
components: [
StatusIcon {
icon: "next"
@ -133,6 +135,7 @@ ColumnLayout {
StatusListItem {
Layout.fillWidth: true
title: qsTr("Import or restore via a seed phrase")
objectName: "importRestoreKeycard"
components: [
StatusIcon {
icon: "next"
@ -147,6 +150,7 @@ ColumnLayout {
StatusListItem {
Layout.fillWidth: true
title: qsTr("Import from Keycard to Status Desktop")
objectName: "importFromKeycard"
components: [
StatusIcon {
icon: "next"
@ -168,6 +172,7 @@ ColumnLayout {
StatusListItem {
Layout.fillWidth: true
title: qsTr("Check whats on a Keycard")
objectName: "checkWhatsNewKeycard"
components: [
StatusIcon {
icon: "next"
@ -182,6 +187,7 @@ ColumnLayout {
StatusListItem {
Layout.fillWidth: true
title: qsTr("Factory reset a Keycard")
objectName: "factoryResetKeycard"
components: [
StatusIcon {
icon: "next"