Skip to content

Commit 15635a1

Browse files
Resolved UI test cases issue
1 parent d0f172e commit 15635a1

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
@@ -305,7 +305,7 @@ protected static void waitForConnectionResponse() throws TimeoutException {
305305
boolean found = false;
306306
int retryIdx = 0;
307307
while (!found) {
308-
found = _bot.texts().stream()
308+
found = _bot.text().stream()
309309
.anyMatch(t -> t.getText().equals(INFO_SUCCESSFUL_CONNECTION));
310310
if (found) break;
311311
if (retryIdx == 10) break;

0 commit comments

Comments
 (0)