Skip to content

Commit 479037f

Browse files
committed
Add Pipeline to the Unit tests to show failure
1 parent 26209e1 commit 479037f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/core/InstallWizardTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ public void wizardInstallCustomPluginsTest() throws IOException {
9595
wizardCustomize.selectNone();
9696
wizardCustomize.searchPlugin("JUnit");
9797
wizardCustomize.selectPlugin("junit");
98+
wizardCustomize.searchPlugin("Pipeline");
99+
wizardCustomize.selectPlugin("workflow-aggregator");
98100
wizardCustomize.startInstall();
99101

100102
wizardCustomize.shouldFinishInstallSuccessfully();

0 commit comments

Comments
 (0)