@Test
public void should_be_able_to_build_composite_wait_until_enabled_clauses() throws InterruptedException {
StaticSitePage page = getFirefoxPage();
page.waitForCondition().until(page.firstAndLastNameAreEnabled());
}
@Test
public void should_wait_for_elements_to_appear() {
StaticSitePage page = getChromePage();