From 69656cfef59c55f99b5f07b67db0d2f4554b24fc Mon Sep 17 00:00:00 2001 From: Anastasiya S Date: Tue, 2 Nov 2021 16:21:11 +0300 Subject: [PATCH] chore(GenKeyModal.qml): added object name for tests --- ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml b/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml index 0df586be6b..bcc72f13b5 100644 --- a/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml +++ b/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml @@ -35,6 +35,7 @@ ModalPopup { } } footer: StatusRoundButton { + objectName: "submitButton" id: submitBtn anchors.bottom: parent.bottom anchors.topMargin: Style.current.padding