X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..190d5eec072109cb22e8f0c143cc3934340b7480:/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")