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
Jérome Perrin
gitlab-ce
Commits
02fd4a80
Commit
02fd4a80
authored
Mar 14, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Speed up the issues/filtered_search/dropdown_author feature spec
parent
b7166806
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
spec/features/issues/filtered_search/dropdown_author_spec.rb
spec/features/issues/filtered_search/dropdown_author_spec.rb
+3
-2
No files found.
spec/features/issues/filtered_search/dropdown_author_spec.rb
View file @
02fd4a80
...
@@ -14,9 +14,10 @@ describe 'Dropdown author', js: true, feature: true do
...
@@ -14,9 +14,10 @@ describe 'Dropdown author', js: true, feature: true do
def
send_keys_to_filtered_search
(
input
)
def
send_keys_to_filtered_search
(
input
)
input
.
split
(
""
).
each
do
|
i
|
input
.
split
(
""
).
each
do
|
i
|
filtered_search
.
send_keys
(
i
)
filtered_search
.
send_keys
(
i
)
sleep
5
wait_for_ajax
end
end
sleep
0.5
wait_for_ajax
end
end
def
dropdown_author_size
def
dropdown_author_size
...
...
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