[#22826] Add newline before expect in accordance to four phase thoughtbot style
This commit is contained in:
parent
7940a5d49c
commit
d2765b453f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ feature 'Find files button in the tree header', feature: true do
|
||||||
project.namespace,
|
project.namespace,
|
||||||
project
|
project
|
||||||
)
|
)
|
||||||
|
|
||||||
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
|
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ feature 'Find files button in the tree header', feature: true do
|
||||||
project,
|
project,
|
||||||
project.default_branch
|
project.default_branch
|
||||||
)
|
)
|
||||||
|
|
||||||
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
|
expect(page).to have_selector('.tree-controls .shortcuts-find-file')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue