Search in sources :

Example 1 with IntegrationsList

use of io.syndesis.qe.pages.integrations.fragments.IntegrationsList in project syndesis-qe by syndesisio.

the class DashboardSteps method deleteIntegrationOnDashboard.

@When("^delete the \"([^\"]*)\" integration in top 5 integrations$")
public void deleteIntegrationOnDashboard(String integrationName) {
    log.info("Trying to delete {} on top 5 integrations table");
    IntegrationsList integrationsList = new IntegrationsList(By.cssSelector("syndesis-dashboard-integrations"));
    integrationsList.invokeActionOnItem(integrationName, ListAction.DELETE);
}
Also used : IntegrationsList(io.syndesis.qe.pages.integrations.fragments.IntegrationsList) When(io.cucumber.java.en.When)

Aggregations

When (io.cucumber.java.en.When)1 IntegrationsList (io.syndesis.qe.pages.integrations.fragments.IntegrationsList)1