X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/24d605f567f89024dc9cc1d09db836cc2af53007..149ff72caad4bf24c325649eb31dfa794597bd24:/test/system/report_user_test.rb?ds=inline diff --git a/test/system/report_user_test.rb b/test/system/report_user_test.rb index 879558ab5..7a9e800c8 100644 --- a/test/system/report_user_test.rb +++ b/test/system/report_user_test.rb @@ -3,7 +3,7 @@ require "application_system_test_case" class ReportUserTest < ApplicationSystemTestCase def test_no_link_when_not_logged_in note = create(:note_with_comments) - visit browse_note_path(note) + visit note_path(note) assert_content note.comments.first.body assert_no_content I18n.t("users.show.report")