Skip to content

Commit

Permalink
fixed COMMAND_INPUT_FIELD_ID for guitests
Browse files Browse the repository at this point in the history
  • Loading branch information
lejolly committed Sep 14, 2016
1 parent c9f2220 commit 126d62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class PersonListPanelHandle extends GuiHandle {

public static final int NOT_FOUND = -1;
public static final String CARD_PANE_ID = "#cardPane";
private static final String COMMAND_INPUT_FIELD_ID = "#commandInput";
private static final String COMMAND_INPUT_FIELD_ID = "#commandTextField";

private static final String PERSON_LIST_VIEW_ID = "#personListView";

Expand Down

0 comments on commit 126d62a

Please sign in to comment.