9596979899100101102103104
} @Test public void should_wait_for_elements_to_appear() { StaticSitePage page = getChromePage(); page.waitForAnyRenderedElementOf(By.id("city")); assertThat(page.element(page.city).isCurrentlyVisible(), is(true)); } }