mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FEATURE: show header search results on search log term details page
This commit is contained in:
@ -6,5 +6,6 @@ QUnit.test("show search log term details", assert => {
|
||||
andThen(() => {
|
||||
assert.ok($('div.search-logs-filter').length, "has the search type filter");
|
||||
assert.ok(exists('canvas.chartjs-render-monitor'), "has graph canvas");
|
||||
assert.ok(exists('div.header-search-results'), "has header search results");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user