Rephrase 'replying' text to clarify what will actually happen

Fixes #2166
This commit is contained in:
Andy Allan 2020-07-15 15:12:30 +02:00
parent 06023cde27
commit 3bc2b32111
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ class DiaryEntrySystemTest < ApplicationSystemTestCase
sign_in_as(create(:user))
visit diary_entries_path
click_on "Reply to this entry"
click_on "Send a message to the author"
assert page.has_content? "Send a new message"
assert_equal "Re: #{@diary_entry.title}", page.find_field("Subject").value