summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-04-12 19:35:24 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-04-12 19:56:13 +0100
commitcc36212c09f8b2ea4bd50be9e08dbd3f58be6713 (patch)
treeb664377fb1593bb0426053bbe190ff0c371c3a31
parent44be329d59bc20598c2c2f310d4f3029c8dd25a9 (diff)
downloadgitlab-ce-fix-protected_branches_spec-master.tar.gz
Fix protected branch example failing on masterfix-protected_branches_spec-master
Failing due to updates in capybara and selenium driver.
-rw-r--r--app/views/projects/protected_branches/shared/_protected_branch.html.haml2
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