chore(BeforeGetStartedModal.qml): added object names for tests

This commit is contained in:
Anastasiya S 2021-10-25 16:29:28 +03:00 committed by Iuri Matias
parent f3f5826c51
commit 05e7701ae2
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ ModalPopup {
//% "Terms of Use"
text: qsTrId("terms-of-service")
color: Style.current.blue
objectName: "termsOfUseLink"
MouseArea {
anchors.fill: parent
@ -77,6 +78,7 @@ ModalPopup {
StyledText {
id: ppText
//% "Privacy Policy"
objectName: "privacyPolicyLink"
text: qsTrId("privacy-policy")
color: Style.current.blue
anchors.verticalCenter: parent.verticalCenter
@ -100,6 +102,7 @@ ModalPopup {
StatusButton {
id: getStartedButton
objectName: "getStartedStatusButton"
anchors.right: parent.right
enabled: acknowledge.checked && termsOfUse.checked
width: 130