Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
prettier
Dieser Commit ist enthalten in:
Ursprung
a468c2c868
Commit
d297ccd35b
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -74,7 +74,10 @@ acceptance("Field | Fields", function (needs) {
|
|||
await click(
|
||||
".wizard-field.composer-field .wizard-field-composer .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-text", "Google");
|
||||
|
|
Laden …
In neuem Issue referenzieren