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
b58d35dd
Commit
b58d35dd
authored
Oct 15, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ld-remove-sleep-from-spec' into 'master'
Remove sleep from spec See merge request gitlab-org/gitlab!45222
parents
3eaf80b7
c0c08760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/features/issues/issue_sidebar_spec.rb
spec/features/issues/issue_sidebar_spec.rb
+2
-3
No files found.
spec/features/issues/issue_sidebar_spec.rb
View file @
b58d35dd
...
...
@@ -42,8 +42,7 @@ RSpec.describe 'Issue Sidebar' do
it
'shows author when filtering assignee dropdown'
do
page
.
within
'.dropdown-menu-user'
do
find
(
'.dropdown-input-field'
).
native
.
send_keys
user2
.
name
sleep
1
# Required to wait for end of input delay
find
(
'.dropdown-input-field'
).
set
(
user2
.
name
)
wait_for_requests
...
...
@@ -67,7 +66,7 @@ RSpec.describe 'Issue Sidebar' do
end
it
'keeps your filtered term after filtering and dismissing the dropdown'
do
find
(
'.dropdown-input-field'
).
native
.
send_keys
user2
.
name
find
(
'.dropdown-input-field'
).
set
(
user2
.
name
)
wait_for_requests
...
...
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