X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0a86a1ea8db0867c34f7d9dff602ee3da6036bcd..1b1d90a0f951a4aa26a6cb6f912a35efd5762962:/test/system/diary_entry_test.rb diff --git a/test/system/diary_entry_test.rb b/test/system/diary_entry_test.rb index b8eb5f667..6b6a51de5 100644 --- a/test/system/diary_entry_test.rb +++ b/test/system/diary_entry_test.rb @@ -1,6 +1,6 @@ require "application_system_test_case" -class DiaryEntryTest < ApplicationSystemTestCase +class DiaryEntrySystemTest < ApplicationSystemTestCase def setup create(:language, :code => "en") @diary_entry = create(:diary_entry) @@ -8,7 +8,7 @@ class DiaryEntryTest < ApplicationSystemTestCase test "reply to diary entry should prefill the message subject" do sign_in_as(create(:user)) - visit diary_path + visit diary_entries_path click_on "Reply to this entry"