Commits vergleichen
3 Commits
main
...
failing_fr
Autor | SHA1 | Datum | |
---|---|---|---|
|
d2fbe349ee | ||
|
703ae5001c | ||
|
3895e1793c |
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
||||
# version: 2.2.9
|
||||
# version: 2.2.10
|
||||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
|
|
|
@ -22,7 +22,7 @@ acceptance("Field | Fields", function (needs) {
|
|||
|
||||
test("Text", async function (assert) {
|
||||
await visit("/w/wizard");
|
||||
assert.ok(exists(".wizard-field.text-field input.wizard-focusable"));
|
||||
assert.ok(exists(".wizardss-field.text-field input.wizard-focusable"));
|
||||
});
|
||||
|
||||
test("Textarea", async function (assert) {
|
||||
|
|
Laden …
In neuem Issue referenzieren