Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
prettier
Dieser Commit ist enthalten in:
Ursprung
a7d1d5a9fb
Commit
4fd128f471
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -260,7 +260,10 @@ acceptance("Admin | Custom Wizard Unsubscribed", function (needs) {
|
||||||
await click(
|
await click(
|
||||||
".wizard-custom-step .wizard-text-editor .d-editor button.link"
|
".wizard-custom-step .wizard-text-editor .d-editor button.link"
|
||||||
);
|
);
|
||||||
assert.ok(exists(".d-modal.insert-hyperlink-modal"), "hyperlink modal visible");
|
assert.ok(
|
||||||
|
exists(".d-modal.insert-hyperlink-modal"),
|
||||||
|
"hyperlink modal visible"
|
||||||
|
);
|
||||||
|
|
||||||
await fillIn(".d-modal__body.insert-link .inputs .link-url", "google.com");
|
await fillIn(".d-modal__body.insert-link .inputs .link-url", "google.com");
|
||||||
await fillIn(".d-modal__body.insert-link .inputs .link-text", "Google");
|
await fillIn(".d-modal__body.insert-link .inputs .link-text", "Google");
|
||||||
|
|
Laden …
In neuem Issue referenzieren