DEV: Improve component test skip option and skipped new tests

This commit is contained in:
romanrizzi
2019-05-16 15:15:37 -03:00
parent 80b3560050
commit b716439c3e
7 changed files with 11 additions and 10 deletions

View File

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