// enable testing with SWTBot
nameText.setData("org.eclipse.swtbot.widget.key", "BranchName"); //$NON-NLS-1$ //$NON-NLS-2$
GridDataFactory.fillDefaults().grab(true, false).span(3, 1)
.applyTo(nameText);
upstreamConfigComponent = new UpstreamConfigComponent(
main, SWT.NONE);
GridDataFactory.fillDefaults().grab(true, false).span(4, 1)
.applyTo(upstreamConfigComponent.getContainer());
upstreamConfigComponent