Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
091c77e3
Commit
091c77e3
authored
Apr 13, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue_15222' into 'master'
Add test for search page Closes #15222 See merge request !3711
parents
c0678f2d
a31c1dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
spec/features/search_spec.rb
spec/features/search_spec.rb
+4
-0
No files found.
spec/features/search_spec.rb
View file @
091c77e3
...
@@ -10,6 +10,10 @@ describe "Search", feature: true do
...
@@ -10,6 +10,10 @@ describe "Search", feature: true do
visit
search_path
visit
search_path
end
end
it
'top right search form is not present'
do
expect
(
page
).
not_to
have_selector
(
'.search'
)
end
describe
'searching for Projects'
do
describe
'searching for Projects'
do
it
'finds a project'
do
it
'finds a project'
do
page
.
within
'.search-holder'
do
page
.
within
'.search-holder'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment