new layout for the SingleValueDialog

This commit is contained in:
hneemann 2021-01-23 10:59:04 +01:00
parent f755623960
commit a8a67ba1cf

View File

@ -809,7 +809,7 @@ public class TestInGUI extends TestCase {
.mouseClick(InputEvent.BUTTON1_DOWN_MASK) .mouseClick(InputEvent.BUTTON1_DOWN_MASK)
.delay(500) .delay(500)
.type("0") .type("0")
.press("TAB", 5) .press("TAB", 8)
.press("SPACE", "ENTER") .press("SPACE", "ENTER")
.delay(500) .delay(500)
.add(new CheckOutputValue(8)) .add(new CheckOutputValue(8))