Commit 091c77e3 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'issue_15222' into 'master'

Add test for search page

Closes #15222

See merge request !3711
parents c0678f2d a31c1dcc
......@@ -10,6 +10,10 @@ describe "Search", feature: true do
visit search_path
end
it 'top right search form is not present' do
expect(page).not_to have_selector('.search')
end
describe 'searching for Projects' do
it 'finds a project' do
page.within '.search-holder' do
......
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