mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 10:15:01 +08:00
BUGFIX/FEATURE: call out context for search.
This commit is contained in:
@ -235,6 +235,7 @@ test("selecting a highlighted item", function() {
|
||||
test("search query / the flow of the search", function() {
|
||||
Ember.run(function() {
|
||||
controller.set("searchContext", "context");
|
||||
controller.set("searchContextEnabled", true);
|
||||
controller.set("term", "ab");
|
||||
});
|
||||
ok(Discourse.Search.forTerm.calledWithExactly(
|
||||
|
Reference in New Issue
Block a user