mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
feat(ConfirmDialog.spec.qml): remove useless instructions
This commit is contained in:
parent
63482c179f
commit
0e12f0494c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ TestCase {
|
|||
function test_exitStatusViaButtons_data () {
|
||||
return [
|
||||
{ button: 0, expectedStatus: 0 },
|
||||
{ button: 1, expectedStatus: 1 },
|
||||
{ button: 1, expectedStatus: 1 }
|
||||
]
|
||||
}
|
||||
|
||||
|
|
@ -41,7 +41,6 @@ TestCase {
|
|||
compare(status, data.expectedStatus)
|
||||
})
|
||||
|
||||
dialog.show()
|
||||
mouseClick(dialog.buttons[data.button])
|
||||
}
|
||||
|
||||
|
|
@ -51,6 +50,7 @@ TestCase {
|
|||
dialog.exitStatus.connect(function (status) {
|
||||
compare(status, 0)
|
||||
})
|
||||
|
||||
dialog.close()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue