editor.activateTool("Label");
editor.mouseMoveLeftClick(10 + 3, 10 + 3);
SWTBotGefEditPart botPart = editor.getEditPart("Label");
assertNotNull(botPart);
assertTrue(botPart.part() instanceof LogicLabelEditPart);
}
@Test
public void deprecatedDrag() throws Exception {
editor.activateTool(TOOL_LABEL);