Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-16 06:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-16 06:09:12 +0300
commit5de7e7c72a59f8a99c71ec33948a53a64f73d075 (patch)
tree89d4b61572ff3d479232378c34e0eaa63246aa27 /spec/frontend/search_autocomplete_spec.js
parentb0da29fca999ca9e042d99b556a7a69b7812dcfd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/search_autocomplete_spec.js')
-rw-r--r--spec/frontend/search_autocomplete_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/search_autocomplete_spec.js b/spec/frontend/search_autocomplete_spec.js
index 1003a076f9e..05b36474548 100644
--- a/spec/frontend/search_autocomplete_spec.js
+++ b/spec/frontend/search_autocomplete_spec.js
@@ -113,6 +113,7 @@ describe('Search autocomplete dropdown', () => {
window.gon = {};
window.gon.current_user_id = userId;
window.gon.current_username = userName;
+ window.gl = window.gl || (window.gl = {});
return (widget = initSearchAutocomplete({ autocompletePath }));
});