Skip to content

Commit db621c4

Browse files
Resolved UI test cases issue
1 parent 675fb8d commit db621c4

File tree

1 file changed

+1
-0
lines changed
  • checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui

1 file changed

+1
-0
lines changed

checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui/BaseUITest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ protected static void waitUntilBranchComboIsEnabled() throws TimeoutException {
305305
protected static void waitForConnectionResponse() throws TimeoutException {
306306
boolean found = false;
307307
int retryIdx = 0;
308+
//check for the success message in the shell's decorations (where info messages are shown in Eclipse)
308309
while (!found) {
309310
for (var text : _bot.text()) {
310311
if (((Decorations) text).getText().contains(INFO_SUCCESSFUL_CONNECTION)) {

0 commit comments

Comments
 (0)