Skip to content

Commit d0a4526

Browse files
Resolved UI test cases issue
1 parent 464de76 commit d0a4526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ protected static void waitUntilBranchComboIsEnabled() throws TimeoutException {
303303
*/
304304
protected static void waitForConnectionResponse() throws TimeoutException {
305305
int retryIdx = 0;
306-
while (!_bot.text().getText().equals(INFO_SUCCESSFUL_CONNECTION)) {
306+
while (!_bot.text(2).getText().equals(INFO_SUCCESSFUL_CONNECTION)) {
307307
if (retryIdx == 10) {
308308
break;
309309
}

0 commit comments

Comments
 (0)