Skip to content

Commit

Permalink
Merge branch 'master' into update-docker-jvm-and-base
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored May 30, 2022
2 parents d4f1007 + 5630416 commit fd03f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/core/InstallWizardTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public void wizardInstallCustomPluginsTest() throws IOException {
WizardCustomizeJenkins wizardCustomize = new WizardCustomizeJenkins(jenkins);
wizardCustomize.doSelectPluginsToInstall();
wizardCustomize.deselectAll();
wizardCustomize.searchPlugin("Locale");
wizardCustomize.selectPlugin("locale");
wizardCustomize.searchPlugin("MSBuild");
wizardCustomize.selectPlugin("msbuild");
wizardCustomize.startInstall();

wizardCustomize.shouldFinishInstallSuccessfully();
Expand Down

0 comments on commit fd03f9c

Please sign in to comment.