diff --git a/plugins/chat/spec/system/transcript_spec.rb b/plugins/chat/spec/system/transcript_spec.rb index 01b752b400..5fe64655a3 100644 --- a/plugins/chat/spec/system/transcript_spec.rb +++ b/plugins/chat/spec/system/transcript_spec.rb @@ -216,6 +216,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 + p save_screenshot expect(page).to have_css(".topic-post") p find(".topic-post")["outerHTML"]