// Now create a second entry under the previously created entry
// to ensure that the selected parent is also upper case.
// open "New Entry" wizard
contextMenu = browserTree.contextMenu( "New Entry..." );
contextMenu.click();
// select entry creation method
bot.radio( "Create entry from scratch" ).click();
bot.button( "Next >" ).click();