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
* chore: updated IntelliJVersion.java, test-project gradle version
fix: added junit platform dependency to test-project to run tests
chore: Update org.jetbrains.intellij to 1.17.0
chore: Update gradle to 7.6-all
feat: Switch testing version to IC-2023.2
Authored-by: Richard Kocian <[email protected]>
Signed-off-by: Martin Szuc <[email protected]>
* fix: open tip dialog for IJ 2022.1+
also added SharedSteps class with waitForComponentByXpath
Signed-off-by: Martin Szuc <[email protected]>
* fix: clearWorkspace
changes: Remove the projects on disk first, then try to remove them from flatWelcomeFrame's recent projects for better stability.
added: click a Remove from project button for IJ versions 2023+
Signed-off-by: Martin Szuc <[email protected]>
* fix: OpenFileTest correctly verifies opened file for IJ 2023.2
Signed-off-by: Martin Szuc <[email protected]>
* fix: isBuildSuccessful more robust in BuildView.java
Gradle and Maven builds have different outputs in console in BuildView.
Signed-off-by: Martin Szuc <[email protected]>
* fix: selectNewProjectTypeTest correctly verifies isEmptyProjectPageDisplayed
chore: up java version for jdk selection in tests
Signed-off-by: Martin Szuc <[email protected]>
* fix: stripeButton for Maven/Gradle for IJ 2023.2+
Signed-off-by: Martin Szuc <[email protected]>
* chore: update version to java 17 in GHA
Signed-off-by: Martin Szuc <[email protected]>
fix: Added java 11 to Windows GHA workflow
fixes testing feature to change sdk version when creating project
Signed-off-by: Martin Szuc <[email protected]>
* fix: waits for FlatWelcomeFrame and selectOpenedFileTest stabilizing the test
Signed-off-by: Martin Szuc <[email protected]>
---------
Signed-off-by: Martin Szuc <[email protected]>
Copy file name to clipboardExpand all lines: src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/toolwindowspane/AbstractToolWinPane.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,11 @@ public void closeGradleBuildToolPane() {
Copy file name to clipboardExpand all lines: src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/toolwindowspane/BuildView.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public void waitUntilBuildHasFinished() {
0 commit comments