FEATURE: show header search results on search log term details page

This commit is contained in:
Arpit Jalan
2018-01-16 15:59:22 +05:30
parent 3c0296c625
commit 79eb9d7086
9 changed files with 70 additions and 2 deletions

View File

@ -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");
});
});