}
@Test
public void shouldHandleFacesView() throws Exception {
FacesViewPage page = this.pages.get(FacesViewPage.class);
OutcomePage outcome = page.click();
assertThat(outcome.getBodyText(), is("Exception has been handled"));
assertThat(outcome.getUrl(), endsWith("facesview"));
}