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:
Guo Xiang Tan
2019-03-29 10:39:44 +08:00
parent c42df7ddd7
commit 947495e70d
5 changed files with 14 additions and 3 deletions

View File

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