]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_anonymous_note_test.rb
Use underscore versions of model names for translation keys.
[rails.git] / test / system / report_anonymous_note_test.rb
index a5a15d3a0fb07891d9045ab58af55ef2cefd6736..07621ab23995a7123839f6ddbfe452186d7471c0 100644 (file)
@@ -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"