Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 18:30:27 +01:00
fix test
Dieser Commit ist enthalten in:
Ursprung
ffa37e895c
Commit
713c1bcaa5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -269,7 +269,7 @@ acceptance("Admin | Custom Wizard Unsubscribed", function (needs) {
|
|||
await click(".modal-footer button.advanced-mode-btn");
|
||||
assert.ok(
|
||||
exists(
|
||||
".discourse-local-dates-create-modal.modal-body .advanced-options"
|
||||
".discourse-local-dates-create-modal .modal-body .advanced-options"
|
||||
),
|
||||
"Advanced mode is visible"
|
||||
);
|
||||
|
|
Laden …
In neuem Issue referenzieren