diff options
author | Luke Bennett <lbennett@gitlab.com> | 2019-04-12 19:35:24 +0100 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2019-04-12 19:56:13 +0100 |
commit | cc36212c09f8b2ea4bd50be9e08dbd3f58be6713 (patch) | |
tree | b664377fb1593bb0426053bbe190ff0c371c3a31 /app/views/projects | |
parent | 44be329d59bc20598c2c2f310d4f3029c8dd25a9 (diff) | |
download | gitlab-ce-cc36212c09f8b2ea4bd50be9e08dbd3f58be6713.tar.gz |
Fix protected branch example failing on masterfix-protected_branches_spec-master
Failing due to updates in capybara and selenium driver.
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/protected_branches/shared/_protected_branch.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/shared/_protected_branch.html.haml b/app/views/projects/protected_branches/shared/_protected_branch.html.haml index bb7998f739d..81dcab1d1ab 100644 --- a/app/views/projects/protected_branches/shared/_protected_branch.html.haml +++ b/app/views/projects/protected_branches/shared/_protected_branch.html.haml @@ -1,6 +1,6 @@ - can_admin_project = can?(current_user, :admin_project, @project) -%tr.js-protected-branch-edit-form{ data: { url: namespace_project_protected_branch_path(@project.namespace, @project, protected_branch) } } +%tr.qa-protected-branch.js-protected-branch-edit-form{ data: { url: namespace_project_protected_branch_path(@project.namespace, @project, protected_branch) } } %td %span.ref-name= protected_branch.name |