Skip to content

Commit 675fb8d

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

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ protected static void waitUntilBranchComboIsEnabled() throws TimeoutException {
305305
protected static void waitForConnectionResponse() throws TimeoutException {
306306
boolean found = false;
307307
int retryIdx = 0;
308-
while (!found) {
309-
308+
while (!found) {
310309
for (var text : _bot.text()) {
311310
if (((Decorations) text).getText().contains(INFO_SUCCESSFUL_CONNECTION)) {
312311
found=true;

0 commit comments

Comments
 (0)