Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-05-13 14:14:15 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-05-13 14:14:15 +0300
commit3061eee6ed00708225931bab566c20d91a06a5c0 (patch)
tree7a10a24c34ffc9bc05512c516c84b0d32fc71f48 /app/views/projects/branches
parentdacc96460e215e427781f8461de4e0bc68a9b8cc (diff)
parentf00286bc0c5aa01431cc2b337e9db374e68a8395 (diff)
Merge branch 'qa-ml-fix-branches-test' into 'master'
Fix E2E test - wait for branches to not be present See merge request gitlab-org/gitlab-ce!27805
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 91c51d5e091..0e15f581ddc 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -10,7 +10,7 @@
.branch-info
.branch-title
= sprite_icon('fork', size: 12)
- = link_to project_tree_path(@project, branch.name), class: 'item-title str-truncated-100 ref-name prepend-left-8' do
+ = link_to project_tree_path(@project, branch.name), class: 'item-title str-truncated-100 ref-name prepend-left-8 qa-branch-name' do
= branch.name
- if branch.name == @repository.root_ref
%span.badge.badge-primary.prepend-left-5 default