Skip to content

Commit

Permalink
Revert "simplified SWTBot test"
Browse files Browse the repository at this point in the history
This reverts commit 20ccfda.
  • Loading branch information
LorenzoBettini committed Nov 24, 2022
1 parent 20ccfda commit 7eadffa
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void init() {

@Test
public void testExampleE4Part() {
/*
SWTBotShell[] shells = bot.shells();
for (SWTBotShell shell : shells) {
System.out.println("### Shell: " + shell);
Expand All @@ -52,8 +51,7 @@ public void testExampleE4Part() {
.menu()
.menu("Parsley")
.menu("Show Parsley Part").click();
*/
bot.cTabItem("Eclipse4 Model").activate();
bot.cTabItem("Eclipse4 Model").setFocus();
bot.tree().getTreeItem("Trimmed Window").contextMenu("New Child").menu("Children Part");
}

Expand Down

0 comments on commit 7eadffa

Please sign in to comment.