assertNotNull("Could not load batch-graph page.", page);
cEditor.setActiveEditor(page);
}
});
StsBotConfigEditor editor = getBot().activeConfigEditor();
StsBotGefEditor gEditor = editor.toGefEditorFromUri(BatchSchemaConstants.URI);
List<SWTBotGefEditPart> parts = gEditor.editParts(AllOf.allOf(
EditPartMatcherFactory.editPartOfType(SimpleActivityWithContainerPart.class),
EditPartMatcherFactory.withLabel("limitDecision")));
assertFalse(parts.isEmpty());