Skip to content

Commit

Permalink
Added comment for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
staicy123 committed Dec 9, 2024
1 parent be17341 commit 9edb148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ public static void findWelcomeFrame(RemoteRobot remoteRobot) {
* @throws UnsupportedOperationException if the IntelliJ version is not supported.
*/
public static void handleMenuBasedOnVersion(RemoteRobot remoteRobot, String menuAction1, String menuAction2024_2, String menuAction2024_3) {
// Using Remote robot's javascript API Retrieve the IntelliJ version
// Using Remote robot's javascript API Retrieve the IntelliJ versions
String intellijVersion = remoteRobot.callJs("com.intellij.openapi.application.ApplicationInfo.getInstance().getFullVersion();");

String menuAction2;
Expand Down

0 comments on commit 9edb148

Please sign in to comment.