Commit 2fa8d881 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'path-locks-spec-fix' into 'master'

fix transient failure in path_locks_spec.rb

See merge request gitlab-org/gitlab-ee!2944
parents 9d7d845a d0109c26
......@@ -19,6 +19,9 @@ feature 'Path Locks', :js do
click_link "encoding"
end
click_link "Lock"
expect(page).to have_selector('.fa-lock')
visit tree_path
expect(page).to have_selector('.fa-lock')
......@@ -33,6 +36,8 @@ feature 'Path Locks', :js do
within '.file-actions' do
click_link "Lock"
expect(page).to have_link('Unlock')
end
visit tree_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment