IEditorPart editor = openEditor();
assertNotNull("Expects editor to open", editor);
assertTrue("Expects spring config editor", editor instanceof IConfigEditor);
StsBotConfigEditor configEditor = getBot().activeConfigEditor();
configEditor.navigateTo(21, 34);
// bot.sleep(StsTestUtil.WAIT_TIME);
StsTestUtil.waitForEditor(editor);
int quickfixListItemCount = configEditor.getQuickfixListItemCount();
assertTrue("Expects quick fixes", quickfixListItemCount > 1);