Merge pull request #43 from status-im/object_fix

chore(tst_choose_chat_name_modal.qml): fixed object name again
This commit is contained in:
anastasiyaig 2021-11-03 11:59:46 +03:00 committed by GitHub
commit cdde4ae6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, "rightArrowSubmitBtn")
var nextButton = findChild(genKeyModal, "submitButton")
mouseClick(nextButton, nextButton.width/2, nextButton.height/2, Qt.LeftButton)
wait(2000)