Commit d2765b45 authored by TM Lee's avatar TM Lee

[#22826] Add newline before expect in accordance to four phase thoughtbot style

parent 7940a5d4
......@@ -14,6 +14,7 @@ feature 'Find files button in the tree header', feature: true do
project.namespace,
project
)
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
end
......@@ -23,6 +24,7 @@ feature 'Find files button in the tree header', feature: true do
project,
project.default_branch
)
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
end
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