mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 10:32:08 +08:00
Follow up to 8c2fa99f782314ce1fde025090571ecb07f8b812.
`/search_logs/term?term` is alittle weird looking but unless we add proper slug support to term, we're going to have to live with this first.
This commit is contained in:
@ -2,7 +2,7 @@ import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Admin - Search Log Term", { loggedIn: true });
|
||||
|
||||
QUnit.test("show search log term details", async assert => {
|
||||
await visit("/admin/logs/search_logs/term/ruby");
|
||||
await visit("/admin/logs/search_logs/term?term=ruby");
|
||||
|
||||
assert.ok($("div.search-logs-filter").length, "has the search type filter");
|
||||
assert.ok(exists("canvas.chartjs-render-monitor"), "has graph canvas");
|
||||
|
Reference in New Issue
Block a user