mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-11 05:45:27 -04:00
fixed broken gui test
This commit is contained in:
parent
426a1e1170
commit
564038d19e
@ -963,7 +963,7 @@ public class TestInGUI extends TestCase {
|
|||||||
.press("RIGHT", 1)
|
.press("RIGHT", 1)
|
||||||
.press("DOWN", 1)
|
.press("DOWN", 1)
|
||||||
.press("ENTER", 1)
|
.press("ENTER", 1)
|
||||||
.press("control TAB", 8)
|
.press("control TAB", 7)
|
||||||
.press("RIGHT", 1)
|
.press("RIGHT", 1)
|
||||||
.add(new GuiTester.SetFocusTo<>(AttributeDialog.class,
|
.add(new GuiTester.SetFocusTo<>(AttributeDialog.class,
|
||||||
b -> b instanceof JButton && Lang.get("btn_edit").equals(((JButton) b).getText())))
|
b -> b instanceof JButton && Lang.get("btn_edit").equals(((JButton) b).getText())))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user