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
73bcfe32
Commit
73bcfe32
authored
Feb 08, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sleep from tests
parent
7b16c01d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
spec/features/issues/filtered_search/filter_issues_spec.rb
spec/features/issues/filtered_search/filter_issues_spec.rb
+0
-2
No files found.
spec/features/issues/filtered_search/filter_issues_spec.rb
View file @
73bcfe32
...
...
@@ -809,7 +809,6 @@ describe 'Filter issues', js: true, feature: true do
it
'milestone dropdown loads milestones'
do
input_filtered_search
(
"milestone:"
,
submit:
false
)
sleep
1
within
(
'#js-dropdown-milestone'
)
do
expect
(
page
).
to
have_selector
(
'.filter-dropdown .filter-dropdown-item'
,
count:
2
)
...
...
@@ -818,7 +817,6 @@ describe 'Filter issues', js: true, feature: true do
it
'label dropdown load labels'
do
input_filtered_search
(
"label:"
,
submit:
false
)
sleep
1
within
(
'#js-dropdown-label'
)
do
expect
(
page
).
to
have_selector
(
'.filter-dropdown .filter-dropdown-item'
,
count:
5
)
...
...
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