mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:12:20 +08:00
DEV: Improve component test skip option and skipped new tests
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Admin - Search Log Term", { loggedIn: true });
|
||||
|
||||
QUnit.test("show search log term details", async assert => {
|
||||
QUnit.skip("show search log term details", async assert => {
|
||||
await visit("/admin/logs/search_logs/term?term=ruby");
|
||||
|
||||
assert.ok($("div.search-logs-filter").length, "has the search type filter");
|
||||
|
Reference in New Issue
Block a user