Rephrase 'replying' text to clarify what will actually happen
Fixes #2166
This commit is contained in:
parent
06023cde27
commit
3bc2b32111
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue