Skip to content

Commit

Permalink
fixed broken gui test
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Sep 3, 2024
1 parent 426a1e1 commit 564038d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ public void testRomDialog() {
.press("RIGHT", 1)
.press("DOWN", 1)
.press("ENTER", 1)
.press("control TAB", 8)
.press("control TAB", 7)
.press("RIGHT", 1)
.add(new GuiTester.SetFocusTo<>(AttributeDialog.class,
b -> b instanceof JButton && Lang.get("btn_edit").equals(((JButton) b).getText())))
Expand Down

0 comments on commit 564038d

Please sign in to comment.