Skip to content

Commit

Permalink
added TODO and link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Apr 11, 2023
1 parent ba8f1b9 commit d091ce0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public static void runAndCaptureHealthCheck(SWTWorkbenchBot bot) throws Exceptio

SWTBotView view = bot.viewById(JavaUI.ID_PACKAGES);
view.bot().tree().expandNode("CobiGen_Templates").select().contextMenu("CobiGen").menu("Health Check...").click();
// TODO: replace with health check reaction, see: https://github.com/devonfw/cobigen/issues/1686
captureAdvancedHealthCheck(bot);
}

Expand All @@ -332,7 +333,8 @@ public static void runAndCaptureHealthCheckWithMonolithicConfiguration(SWTWorkbe
}

/**
* Checks the CobiGen HealthCheck and takes screenshots of it.
* Checks the CobiGen HealthCheck and takes screenshots of it. TODO: Split into captureHealthCheck and
* captureAdvancedHealthCheck, see: https://github.com/devonfw/cobigen/issues/1686
*
* @param bot to process the health check
*/
Expand Down

0 comments on commit d091ce0

Please sign in to comment.