Fix protected branch example failing on master
Failing due to updates in capybara and selenium driver.
This commit is contained in:
parent
44be329d59
commit
cc36212c09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue