mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
test(Settings) Object names were added for keycard and wallet settings elements (#12134)
This commit is contained in:
parent
702dfd892d
commit
181c785aa9
@ -364,6 +364,7 @@ ItemDelegate {
|
|||||||
Component {
|
Component {
|
||||||
id: letterIdenticonComponent
|
id: letterIdenticonComponent
|
||||||
StatusLetterIdenticon {
|
StatusLetterIdenticon {
|
||||||
|
objectName: "identicon"
|
||||||
width: root.icon.width
|
width: root.icon.width
|
||||||
height: root.icon.height
|
height: root.icon.height
|
||||||
emoji: root.hasEmoji ? root.icon.name : ""
|
emoji: root.hasEmoji ? root.icon.name : ""
|
||||||
|
@ -98,6 +98,7 @@ ColumnLayout {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: d.noKeycardsSet? qsTr("Setup a new Keycard with an existing account")
|
title: d.noKeycardsSet? qsTr("Setup a new Keycard with an existing account")
|
||||||
: qsTr("Migrate an existing account from Status Desktop to Keycard")
|
: qsTr("Migrate an existing account from Status Desktop to Keycard")
|
||||||
|
objectName: "setupFromExistingKeycardAccount"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
@ -119,6 +120,7 @@ ColumnLayout {
|
|||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Create a new Keycard account with a new seed phrase")
|
title: qsTr("Create a new Keycard account with a new seed phrase")
|
||||||
|
objectName: "createNewKeycardAccount"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
@ -133,6 +135,7 @@ ColumnLayout {
|
|||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Import or restore via a seed phrase")
|
title: qsTr("Import or restore via a seed phrase")
|
||||||
|
objectName: "importRestoreKeycard"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
@ -147,6 +150,7 @@ ColumnLayout {
|
|||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Import from Keycard to Status Desktop")
|
title: qsTr("Import from Keycard to Status Desktop")
|
||||||
|
objectName: "importFromKeycard"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
@ -168,6 +172,7 @@ ColumnLayout {
|
|||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Check what’s on a Keycard")
|
title: qsTr("Check what’s on a Keycard")
|
||||||
|
objectName: "checkWhatsNewKeycard"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
@ -182,6 +187,7 @@ ColumnLayout {
|
|||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Factory reset a Keycard")
|
title: qsTr("Factory reset a Keycard")
|
||||||
|
objectName: "factoryResetKeycard"
|
||||||
components: [
|
components: [
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
icon: "next"
|
icon: "next"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user