Fix protected branch example failing on master

Failing due to updates in capybara and selenium driver.
This commit is contained in:
Luke Bennett 2019-04-12 19:35:24 +01:00
parent 44be329d59
commit cc36212c09
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 1 additions and 1 deletions

View File

@ -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