1
0
Fork 0

DEV: Make test run

Dieser Commit ist enthalten in:
jumagura 2022-12-21 11:30:31 -04:00
Ursprung 28bb6f2886
Commit 9a5328a7e9

Datei anzeigen

@ -3,7 +3,7 @@ import {
query,
visible,
} from "discourse/tests/helpers/qunit-helpers";
import { skip } from "qunit";
import { test } from "qunit";
import { findAll, settled, visit } from "@ember/test-helpers";
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 settled();
assert.ok(find("table"));