Skip to content

Commit

Permalink
try setting active shell focus
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 23, 2022
1 parent 9045690 commit cbedd62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void testExampleMail() {
public boolean test() throws Exception {
System.out.println("*** expanding mail tree...");
try {
bot.activeShell().setFocus();
bot.tree().getTreeItem("lorenzo@foobar").expand().getNode("Inbox").select();
} catch (WidgetNotFoundException e) {
System.out.println("### " + e.getMessage());
Expand Down

0 comments on commit cbedd62

Please sign in to comment.