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