Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
DEV: Unkip test for debugged code
Dieser Commit ist enthalten in:
Ursprung
57f591e488
Commit
e88e83dd80
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -1,5 +1,5 @@
|
|||
import { acceptance, query } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { skip } from "qunit";
|
||||
import { test } from "qunit";
|
||||
import { findAll, visit } from "@ember/test-helpers";
|
||||
import selectKit from "discourse/tests/helpers/select-kit-helper";
|
||||
import {
|
||||
|
@ -30,7 +30,7 @@ acceptance("Admin | Logs", function (needs) {
|
|||
return helper.response(getWizard);
|
||||
});
|
||||
});
|
||||
skip("viewing logs fields tab", async (assert) => {
|
||||
test("viewing logs fields tab", async (assert) => {
|
||||
await visit("/admin/wizards/logs");
|
||||
const wizards = selectKit(".select-kit");
|
||||
assert.ok(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { acceptance, query } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { skip } from "qunit";
|
||||
import { test } from "qunit";
|
||||
import { findAll, visit } from "@ember/test-helpers";
|
||||
import selectKit from "discourse/tests/helpers/select-kit-helper";
|
||||
import {
|
||||
|
@ -30,7 +30,7 @@ acceptance("Admin | Submissions", function (needs) {
|
|||
return helper.response(getWizard);
|
||||
});
|
||||
});
|
||||
skip("viewing submissions fields tab", async (assert) => {
|
||||
test("viewing submissions fields tab", async (assert) => {
|
||||
await visit("/admin/wizards/submissions");
|
||||
const wizards = selectKit(".select-kit");
|
||||
assert.ok(
|
||||
|
|
Laden …
In neuem Issue referenzieren