You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/dialogs/project/pages/NewProjectFirstPage.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ public void setProjectSdkIfAvailable(String targetSdkName) {
168
168
System.out.println("About to click on "+label);
169
169
projectSdkList.jList().clickItem(label, true);
170
170
} else {
171
+
System.out.println("No SDK found starting with"+targetSdkName);
0 commit comments