]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/diary_entry_test.rb
Rephrase 'replying' text to clarify what will actually happen
[rails.git] / test / system / diary_entry_test.rb
index 38e2a184727c398d2a6b4953cf54330697217ee6..d60812e4ccf277fb7bacdf88045118f6d318252b 100644 (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