assertThat(destination.getBodyText(), is("Navigation Destination from : from the implicit command link"));
}
@Test
public void shouldNavigateImplicitCommandButton() throws Exception {
NavigateImplicitCommandButtonPage page = pages.get(NavigateImplicitCommandButtonPage.class);
NavigationDestinationPage destination = page.click();
assertThat(destination.getBodyText(), is("Navigation Destination from : from the implicit command button"));
}