use reply_control in one test

This commit is contained in:
Martin Brennan 2022-12-14 16:43:51 +10:00
parent eb5a39a98c
commit 2454a251cd
No known key found for this signature in database
GPG Key ID: A08063EEF3EA26A4

View File

@ -110,7 +110,8 @@ RSpec.describe "Quoting chat message transcripts", type: :system, js: true do
within(".d-editor-preview") { expect(page).to have_css(".chat-transcript") }
find("#reply-control .save-or-cancel .create").click
topic_page.send_reply
# find("#reply-control .save-or-cancel .create").click
selector = topic_page.post_by_number_selector(2)
expect(page).to have_css(selector)