]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_user_test.rb
Avoid using "other" as a translation key
[rails.git] / test / system / report_user_test.rb
index 758c91eda16e6e2668fb5b050b5eb7f4c50bc93b..8a30c80e05f80585e00d48d194a2a2c25c610609 100644 (file)
@@ -18,7 +18,7 @@ class ReportUserTest < ApplicationSystemTestCase
     assert page.has_content? "Report"
     assert page.has_content? I18n.t("reports.new.disclaimer.intro")
 
-    choose I18n.t("reports.new.categories.user.vandal")
+    choose I18n.t("reports.new.categories.user.vandal_label")
     fill_in "report_details", :with => "This user is a vandal"
     assert_difference "Issue.count", 1 do
       click_on "Create Report"