From 68c071967133479b6c2798f6410c471f3fcc35c9 Mon Sep 17 00:00:00 2001 From: Anastasiya S Date: Wed, 3 Nov 2021 11:59:04 +0300 Subject: [PATCH] chore(tst_choose_chat_name_modal.qml): fixed object name again --- tst_choose_chat_name_modal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst_choose_chat_name_modal.qml b/tst_choose_chat_name_modal.qml index 5f017f7..7e420f0 100644 --- a/tst_choose_chat_name_modal.qml +++ b/tst_choose_chat_name_modal.qml @@ -76,7 +76,7 @@ WindowTestCase { var genKeyModal = popupComponent.createObject(window) genKeyModal.open() legacyHelpers.target = genKeyModal - var nextButton = findChild(genKeyModal, "rightArrowSubmitBtn") + var nextButton = findChild(genKeyModal, "submitButton") mouseClick(nextButton, nextButton.width/2, nextButton.height/2, Qt.LeftButton) wait(2000)