Skip to content

Commit 149d61a

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

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
@@ -307,7 +307,7 @@ protected static void waitForConnectionResponse() throws TimeoutException {
307307
int retryIdx = 0;
308308
while (!found) {
309309

310-
for (var text : _bot.texts()) {
310+
for (var text : _bot.text()) {
311311
if (((Decorations) text).getText().contains(INFO_SUCCESSFUL_CONNECTION)) {
312312
found=true;
313313
}

0 commit comments

Comments
 (0)