chore(tst_choose_chat_name_modal.qml): fixed object name again
This commit is contained in:
parent
446e38db14
commit
68c0719671
|
@ -76,7 +76,7 @@ WindowTestCase {
|
||||||
var genKeyModal = popupComponent.createObject(window)
|
var genKeyModal = popupComponent.createObject(window)
|
||||||
genKeyModal.open()
|
genKeyModal.open()
|
||||||
legacyHelpers.target = genKeyModal
|
legacyHelpers.target = genKeyModal
|
||||||
var nextButton = findChild(genKeyModal, "rightArrowSubmitBtn")
|
var nextButton = findChild(genKeyModal, "submitButton")
|
||||||
mouseClick(nextButton, nextButton.width/2, nextButton.height/2, Qt.LeftButton)
|
mouseClick(nextButton, nextButton.width/2, nextButton.height/2, Qt.LeftButton)
|
||||||
wait(2000)
|
wait(2000)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue