Created by: Razer6
This PR removed the DOM lookup for the branch name. This is not necessary, because the element already gets a hidden
style applied.
This adds a testcase, but this will fail currently. It depends on having the branch improve/awesome
on the sample repository. See https://github.com/gitlabhq/testme/issues/6
If the branch name contains an invalid jQuery character like /
the lookup for this element fails. As a result the element not gets removed from the DOM --> stale UX
/cc @jvanbaarsen