X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3115fd41b178e76bd1932ffb2c051407a4020e8e..e3054fc15ac0fcc124700e80f44c1b9a180472d8:/test/system/report_diary_entry_test.rb diff --git a/test/system/report_diary_entry_test.rb b/test/system/report_diary_entry_test.rb index 36cd36030..bf8d82986 100644 --- a/test/system/report_diary_entry_test.rb +++ b/test/system/report_diary_entry_test.rb @@ -22,7 +22,7 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase assert page.has_content? "Report" assert page.has_content? I18n.t("issues.new.disclaimer.intro") - choose "report_type__SPAM" # FIXME: use label text when the radio button labels are working + choose I18n.t("reports.categories.DiaryEntry.spam") fill_in "report_details", :with => "This is advertising" click_on "Save changes"