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
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,12 +121,21 @@ public ComboBoxFixture getProjectJdkComboBox() {
121
121
* @param targetSdkName name of the SDK to which will be changed the current settings
Copy file name to clipboardExpand all lines: src/test-project/src/test/java/com/redhat/devtools/intellij/commonuitest/fixtures/test/dialogs/project_manipulation/NewProjectDialogTest.java
newProjectDialogWizard.finish(), "The 'UITestException' should be thrown because the 'Finish' button is not available on the first page of the 'New Project' wizard for java project.");
317
313
newProjectDialogWizard.next();
@@ -333,13 +329,23 @@ public void cancelButtonTest() {
0 commit comments