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
a02c0a1b
Commit
a02c0a1b
authored
Feb 28, 2020
by
Maja Komel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in method name
parent
0ddeea1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/support/helpers/wait_for_requests.rb
spec/support/helpers/wait_for_requests.rb
+2
-2
No files found.
spec/support/helpers/wait_for_requests.rb
View file @
a02c0a1b
...
...
@@ -34,14 +34,14 @@ module WaitForRequests
# Wait for active Rack requests and client-side AJAX requests
def
wait_for_all_requests
wait_for
(
'pending requests complete'
)
do
finished_all_rack_req
i
ests?
&&
finished_all_rack_req
u
ests?
&&
finished_all_js_requests?
end
end
private
def
finished_all_rack_req
i
ests?
def
finished_all_rack_req
u
ests?
Gitlab
::
Testing
::
RequestBlockerMiddleware
.
num_active_requests
.
zero?
end
...
...
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