more debugging

This commit is contained in:
Joffrey JAFFEUX 2022-12-13 18:13:46 +01:00
parent 99a21cd633
commit 949d2f95fc

View File

@ -217,6 +217,7 @@ 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
expect(page).to have_css(".topic-post")
p find(".topic-post")["outerHTML"]
selector = topic_page.post_by_number_selector(1)