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:
authorMike Greiling <mike@pixelcog.com>2016-12-31 00:27:40 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-03 19:56:39 +0300
commit5f192c77e09a9af19268e5c5cf860ffd8c0c6216 (patch)
treeb899c45791919204529f704d44cd527a62b1c1cd /spec/javascripts/search_autocomplete_spec.js
parent6370e326995ccb1c1c816b007c63f10d0c7cda25 (diff)
update all frontend tests to point to precompiled fixtures
Diffstat (limited to 'spec/javascripts/search_autocomplete_spec.js')
-rw-r--r--spec/javascripts/search_autocomplete_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/search_autocomplete_spec.js b/spec/javascripts/search_autocomplete_spec.js
index 1b7f642d59e..b6e7815c6cc 100644
--- a/spec/javascripts/search_autocomplete_spec.js
+++ b/spec/javascripts/search_autocomplete_spec.js
@@ -112,9 +112,9 @@
};
describe('Search autocomplete dropdown', function() {
- fixture.preload('search_autocomplete.html');
+ fixture.preload('static/search_autocomplete.html.raw');
beforeEach(function() {
- fixture.load('search_autocomplete.html');
+ fixture.load('static/search_autocomplete.html.raw');
return widget = new gl.SearchAutocomplete;
});
it('should show Dashboard specific dropdown menu', function() {