return "Could not find attribute 'description:This is the 2nd description.'";
}
} );
// edit second value
entryEditorTree.select( 7 );
SWTBotUtils.asyncClick( bot, entryEditorTree.contextMenu( "Edit Value" ), new DefaultCondition()
{
public boolean test() throws Exception
{
return bot.text( "This is the 2nd description." ) != null;