mirror of
https://github.com/status-im/desktop-ui-tests.git
synced 2025-01-12 13:54:18 +00:00
Merge pull request #42 from status-im/fix_object
chore(tst_choose_chat_name_modal.qml): fixed object name
This commit is contained in:
commit
446e38db14
@ -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, "submitBtn")
|
var nextButton = findChild(genKeyModal, "rightArrowSubmitBtn")
|
||||||
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…
x
Reference in New Issue
Block a user