Skip to content

Commit 9274d27

Browse files
committed
test: Switched testing version to 2024.1
Signed-off-by: Richard Kocian <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 3cb1f4b commit 9274d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ideaVersion=IC-2023.2
1+
ideaVersion=IC-2024.1

src/test-project/src/test/java/com/redhat/devtools/intellij/commonuitest/LibraryTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@ExtendWith(ScreenshotAfterTestFailExtension.class)
3232
public class LibraryTestBase {
3333
protected static final Logger LOGGER = Logger.getLogger(LibraryTestBase.class.getName());
34-
private static final IntelliJVersion ideaVersion = IntelliJVersion.COMMUNITY_V_2023_2;
34+
private static final IntelliJVersion ideaVersion = IntelliJVersion.COMMUNITY_V_2024_1;
3535
protected static RemoteRobot remoteRobot;
3636
protected static int ideaVersionInt = ideaVersion.toInt();
3737
private static boolean intelliJHasStarted = false;

0 commit comments

Comments
 (0)