Skip to content

Commit

Permalink
JBIDE-29066: remove fabric8 launcher
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Nov 3, 2023
1 parent f86d611 commit 934a307
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ public void tearDown() {
}
}

@Test
public void addToolsButton() {
log.step("Clicking AddToolsButton");
centralBrowser.execute("$(\"#addtools\").click()");
assertTrue(new DefaultCTabItem("Software/Update").isShowing());
new DefaultCTabItem("Getting Started").activate();
}

@Test
public void learnAboutRedHatButton() {
centralBrowser.execute("$(\'a[href=\"https://developers.redhat.com/\"]\').get( 0 ).click()");
Expand All @@ -96,7 +88,6 @@ public void archetypesArePresent() {
List<String> wizards = Arrays.asList(jsHelper.getWizards());
assertTrue(wizards.contains("OpenShift Application"));
assertTrue(wizards.contains("Maven Project"));
assertTrue(wizards.contains("Launcher Application"));
assertTrue(wizards.contains("Quarkus Project"));
}

Expand All @@ -123,12 +114,6 @@ public void newExampleWizardCanBeEnvoked() {
jsHelper.clearSearch();
}

@Test
public void launcherApplicationWizardCanBeEnvoked() {
jsHelper.clickWizard("Launcher Application");
new DefaultShell("New Launcher project").close();
}

@Test
public void quarkusProjectWizardCanBeEnvoked() {
jsHelper.clickWizard("Quarkus Project");
Expand Down

0 comments on commit 934a307

Please sign in to comment.