use reply_control in one test
This commit is contained in:
parent
eb5a39a98c
commit
2454a251cd
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user