@Then("I should see \"$text\"") public void iShouldSeeTheFollowingText(String text) { home.textIsVisible(text); }
@Given("I open the web application") public void openWebApplication() { home = pageFactory.home(); home.open(); }