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