SWTBotTreeItem tags = tree
.expandNode(UIText.RepositoriesViewLabelProvider_TagsNodeText);
TestUtil.getChildNode(tags, "SomeTag").select();
sourceSelectionDialog.bot().button(IDialogConstants.OK_LABEL).click();
SWTBotLabel sourceLabel = createBranchDialog.bot().label(3);
assertEquals("SomeTag", sourceLabel.getText());
createBranchDialog.bot().textWithId("BranchName")
.setText("branch-from-tag");
createBranchDialog.bot()
.checkBox(UIText.CreateBranchPage_CheckoutButton).deselect();