Skip to content

Commit

Permalink
Fix for project ui tests for new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alirana01 committed Nov 2, 2023
1 parent 7b2eb1d commit dbb9ea6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public static void setupProjectFromTemplate(String projectName, String category,
bot.tree().expandNode(category).select(subCategory);
bot.button("Finish").click();
bot.textWithLabel("Project name:").setText(projectName);
bot.button("Next >").click();
bot.checkBox("Create a project using one of the templates").click();
SWTBotTreeItem templateItem = SWTBotTreeOperations.getTreeItem(bot.tree(), templatePath);
templateItem.select();
Expand Down

0 comments on commit dbb9ea6

Please sign in to comment.