chore(tst_choose_chat_name_modal.qml): fixed object name

This commit is contained in:
Anastasiya S 2021-11-02 16:33:58 +03:00
parent 2ec51052d5
commit 7e5e1299bf
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ WindowTestCase {
var genKeyModal = popupComponent.createObject(window)
genKeyModal.open()
legacyHelpers.target = genKeyModal
var nextButton = findChild(genKeyModal, "submitBtn")
var nextButton = findChild(genKeyModal, "rightArrowSubmitBtn")
mouseClick(nextButton, nextButton.width/2, nextButton.height/2, Qt.LeftButton)
wait(2000)