mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
fix the build
This commit is contained in:
@ -5,6 +5,6 @@ QUnit.test("show search log term details", assert => {
|
||||
visit("/admin/logs/search_logs/term/ruby");
|
||||
andThen(() => {
|
||||
assert.ok($('div.search-logs-filter').length, "has the search type filter");
|
||||
assert.ok(exists('iframe.chartjs-hidden-iframe'), "has graph iframe");
|
||||
assert.ok(exists('canvas.chartjs-render-monitor'), "has graph canvas");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user