mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[gui-test] corrected misprint
This commit is contained in:
@@ -465,7 +465,7 @@ fun NewProjectDialogModel.setCheckboxValue(name: String, value: Boolean) {
|
||||
val maxAttempts = 3
|
||||
val check = checkbox(name)
|
||||
while (check.isSelected != value && attempts <= maxAttempts) {
|
||||
logUIStep("setCheckboxValue #${attempts + 1}: ${check.target().name} = ${check.isSelected}, expected value = $value")
|
||||
logUIStep("setCheckboxValue #${attempts + 1}: ${check.target().text} = ${check.isSelected}, expected value = $value")
|
||||
check.click()
|
||||
Pause.pause(500L)
|
||||
attempts++
|
||||
|
||||
Reference in New Issue
Block a user