Skip to content

Commit

Permalink
ci: updated search request
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiFilippov committed Jan 15, 2025
1 parent 1073a46 commit 0193688
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ private static void thenConsoleShowsBuildSuccessful() throws IOException
// String consoleTextString = consoleView.bot().styledText().getText();
// assertTrue(consoleTextString.contains("Build complete (0 errors"));
// private static void thenCheckResultInConsole() throws IOException
ProjectTestOperations.findInConsole(bot, "CDT Build Console", "Build complete");
ProjectTestOperations.findInConsole(bot, "CDT Build Console [" + Fixture.projectName + "]",
"Build complete");
}

private static void assertConsoleShowsBuildSuccessful()
Expand Down

0 comments on commit 0193688

Please sign in to comment.