@Test
 public void recognitionOfViewWithoutAnnotation() throws MalformedURLException {
   ParameterizedNavigationUI.NAVIGATE_TO = "viewWithoutAnnotation";
   openWindow(deriveMappingForUI(ParameterizedNavigationUI.class));
   firstWindow.click(NAVIGATE_BUTTON);
   waitModel.waitForChange(retrieveText.locator(LABEL));
   assertThat(ViewWithoutAnnotation.getNumberOfInstances(), is(1));
   assertDefaultRootNotInstantiated();
 }