debug
This commit is contained in:
parent
f0d8663202
commit
99a21cd633
@ -217,6 +217,8 @@ RSpec.describe "Quoting chat message transcripts", type: :system, js: true do
|
||||
topic_page.fill_in_composer_title("Some topic title for testing")
|
||||
topic_page.send_reply
|
||||
|
||||
p find(".topic-post")["outerHTML"]
|
||||
|
||||
selector = topic_page.post_by_number_selector(1)
|
||||
expect(page).to have_css(selector, wait: 5)
|
||||
within(selector) { expect(page).to have_css(".chat-transcript") }
|
||||
|
||||
Reference in New Issue
Block a user