@Then("I should see \"$text\"")
 public void iShouldSeeTheFollowingText(String text) {
   home.textIsVisible(text);
 }