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