Commit 47217666 authored by Bryce Johnson's avatar Bryce Johnson

Fix test for SearchAutocomplete.

parent c756f1cf
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
fixture.preload('search_autocomplete.html'); fixture.preload('search_autocomplete.html');
beforeEach(function() { beforeEach(function() {
fixture.load('search_autocomplete.html'); fixture.load('search_autocomplete.html');
return widget = new SearchAutocomplete; return widget = new gl.SearchAutocomplete;
}); });
it('should show Dashboard specific dropdown menu', function() { it('should show Dashboard specific dropdown menu', function() {
var list; var list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment