-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
…ted.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ public void testCreateBibtexEntry() { | |
|
||
newDatabase(mainFrame); | ||
|
||
mainFrame.menuItemWithPath("BibTeX", "New entry").click(); | ||
mainFrame.menuItemWithPath("BibTeX", "New entry...").click(); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
simonharrer
Author
Contributor
|
||
findDialog(EntryTypeDialog.class).withTimeout(10_000).using(robot()).button(new GenericTypeMatcher<JButton>(JButton.class) { | ||
|
||
@Override protected boolean isMatching(@Nonnull JButton jButton) { | ||
|
I don't get, why this works. Menu_da.properties doesn't show
New_entry...
, does it?