Skip to content

Commit

Permalink
Run IT against newer ij
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <rob@oxbeef.net>
  • Loading branch information
robstryker committed Nov 1, 2023
1 parent b29bc62 commit fd90e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

@BeforeAll
public static void connect() {
robot = UITestRunner.runIde(IntelliJVersion.COMMUNITY_V_2021_3, 8580);
robot = UITestRunner.runIde(IntelliJVersion.COMMUNITY_V_2022_2, 8580);
createEmptyProject();
openRspServersTab();

Expand Down

0 comments on commit fd90e94

Please sign in to comment.