1
0
Fork 0

Commits vergleichen

...

3 Commits

Autor SHA1 Nachricht Datum
Angus McLeod
d2fbe349ee Merge branch 'main' into failing_frontend 2023-03-15 14:14:31 +01:00
Angus McLeod
703ae5001c Update plugin.rb 2023-03-15 14:04:10 +01:00
Angus McLeod
3895e1793c Break text field test 2023-03-15 14:03:27 +01:00
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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) {