DEV: fill in doesnt trigger key down/up/press events (#724)

This won't work in the future for playwright.
This commit is contained in:
Joffrey JAFFEUX 2025-04-25 18:27:04 +02:00 committed by GitHub
parent f874383526
commit 89a90d892f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ describe "Post event", type: :system do
".toolbar-popup-menu-options [data-name='#{I18n.t("js.discourse_post_event.builder_modal.attach")}']",
).click
page.find(".d-modal input[name=status][value=private]").click
page.find(".d-modal input.group-selector").fill_in(with: "test_")
page.find(".d-modal input.group-selector").send_keys("test_")
page.find(".autocomplete.ac-group").click
page.find(".d-modal .custom-field-input").fill_in(with: "custom value")
page.find(".d-modal .btn-primary").click