use of io.syndesis.qe.pages.SyndesisRootPage in project syndesis-qe by syndesisio.
the class CommonSteps method successNotificationIsPresent.
@Then("^she can see success notification$")
public void successNotificationIsPresent() {
SelenideElement allertSucces = new SyndesisRootPage().getElementByClassName("alert-success");
allertSucces.shouldBe(visible);
}
Aggregations