From 28bc83cdb03f09421edf3b4a939c0d5b60a72480 Mon Sep 17 00:00:00 2001 From: Anusree Lakshmi Date: Tue, 21 Jan 2025 19:13:27 +0530 Subject: [PATCH] version 2025.1 added to condition --- .../java/io/openliberty/tools/intellij/it/UIBotTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java b/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java index 3868b9c05..6e30f27fd 100644 --- a/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java +++ b/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java @@ -2808,7 +2808,7 @@ public static String handleMenuBasedOnVersion(RemoteRobot remoteRobot, String me String menuAction2; if (intellijVersion.startsWith("2024.2")) { menuAction2 = menuAction2024_2; - } else if (intellijVersion.startsWith("2024.3")) { + } else if (intellijVersion.startsWith("2024.3") || intellijVersion.startsWith("2025.1")) { menuAction2 = menuAction2024_3; } else { // If the version is unsupported, throw an exception to indicate the issue.