DEV: Fix tests (#51)
Core now needs tests to set a default composer category.
This commit is contained in:
parent
77380c93d8
commit
ed6634f6a4
|
@ -9,6 +9,10 @@ import { test } from "qunit";
|
||||||
|
|
||||||
acceptance("DiscoTOC - Composer", function (needs) {
|
acceptance("DiscoTOC - Composer", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
needs.settings({
|
||||||
|
general_category_id: 1,
|
||||||
|
default_composer_category: 1,
|
||||||
|
});
|
||||||
|
|
||||||
test("Can use TOC when creating a topic", async function (assert) {
|
test("Can use TOC when creating a topic", async function (assert) {
|
||||||
await visit("/");
|
await visit("/");
|
||||||
|
|
Loading…
Reference in New Issue