Search in sources :

Example 1 with IntegrationsListComponent

use of io.syndesis.qe.pages.integrations.list.IntegrationsListComponent in project syndesis-qe by syndesisio.

the class DashboardSteps method deleteIntegrationOnDashboard.

@When("^Camilla deletes the \"([^\"]*)\" integration in top 5 integrations$")
public void deleteIntegrationOnDashboard(String integrationName) {
    log.info("Trying to delete {} on top 5 integrations table");
    IntegrationsListComponent listComponent = new IntegrationsListComponent();
    listComponent.clickDeleteIntegration(integrationName);
}
Also used : IntegrationsListComponent(io.syndesis.qe.pages.integrations.list.IntegrationsListComponent) When(cucumber.api.java.en.When)

Aggregations

When (cucumber.api.java.en.When)1 IntegrationsListComponent (io.syndesis.qe.pages.integrations.list.IntegrationsListComponent)1