@Rule
public Pages pages = new ShowcasePages();
@Test
public void shouldHandleElException() throws Exception {
HandledElCallPage page = this.pages.get(HandledElCallPage.class);
OutcomePage outcome = page.click();
assertThat(outcome.getBodyText(), is("Exception has been handled"));
}