Skip to content

Commit

Permalink
Merge pull request #777 from jtnord/switch-wizardInstall-to-msbuild
Browse files Browse the repository at this point in the history
Switch to using MSBuild as an non suggested wizard plugin
  • Loading branch information
jtnord authored May 30, 2022
2 parents fc5591b + 985b961 commit 5630416
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 5630416

Please sign in to comment.