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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
86ed7877
Commit
86ed7877
authored
Sep 09, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Spec selectors for global search
parent
fdaec9b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/search/user_uses_header_search_field_spec.rb
spec/features/search/user_uses_header_search_field_spec.rb
+2
-2
No files found.
spec/features/search/user_uses_header_search_field_spec.rb
View file @
86ed7877
...
...
@@ -28,7 +28,7 @@ RSpec.describe 'User uses header search field', :js do
context
'when using the keyboard shortcut'
do
before
do
find
(
'#search
.js-autocomplete-disabled
'
)
find
(
'#search'
)
find
(
'body'
).
native
.
send_keys
(
's'
)
end
...
...
@@ -39,7 +39,7 @@ RSpec.describe 'User uses header search field', :js do
context
'when clicking the search field'
do
before
do
page
.
find
(
'#search
.js-autocomplete-disabled
'
).
click
page
.
find
(
'#search'
).
click
end
it
'shows category search dropdown'
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