Commit b4120c41 authored by Alfredo Sumaran's avatar Alfredo Sumaran

No need to create variable.

parent fcc89087
......@@ -44,9 +44,7 @@ feature 'Path Locks', feature: true, js: true do
end
scenario 'Unlocking files' do
page_tree = find('.tree-content-holder')
within page_tree do
within find('.tree-content-holder') do
click_link "VERSION"
end
......
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