X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/80a241f7985fec6ec853e48a25823446b59b7682..36970bcf5071a1f382e908c563d346f836061e04:/test/system/report_anonymous_note_test.rb diff --git a/test/system/report_anonymous_note_test.rb b/test/system/report_anonymous_note_test.rb index a5a15d3a0..07621ab23 100644 --- a/test/system/report_anonymous_note_test.rb +++ b/test/system/report_anonymous_note_test.rb @@ -18,7 +18,7 @@ class ReportAnonymousNoteTest < ApplicationSystemTestCase assert page.has_content? "Report" assert page.has_content? I18n.t("issues.new.disclaimer.intro") - choose I18n.t("reports.categories.Note.spam") + choose I18n.t("reports.categories.note.spam") fill_in "report_details", :with => "This is spam" click_on "Create Report"