Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
DEV: Make test run
Dieser Commit ist enthalten in:
Ursprung
28bb6f2886
Commit
9a5328a7e9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -3,7 +3,7 @@ import {
|
||||||
query,
|
query,
|
||||||
visible,
|
visible,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
import { skip } from "qunit";
|
import { test } from "qunit";
|
||||||
import { findAll, settled, visit } from "@ember/test-helpers";
|
import { findAll, settled, visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("Admin | Custom Fields", function (needs) {
|
acceptance("Admin | Custom Fields", function (needs) {
|
||||||
|
@ -320,7 +320,7 @@ acceptance("Admin | Custom Fields", function (needs) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
skip("viewing custom fields tab", async (assert) => {
|
test("viewing custom fields tab", async (assert) => {
|
||||||
await visit("/admin/wizards/custom-fields");
|
await visit("/admin/wizards/custom-fields");
|
||||||
await settled();
|
await settled();
|
||||||
assert.ok(find("table"));
|
assert.ok(find("table"));
|
||||||
|
|
Laden …
In neuem Issue referenzieren