X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5effa0a6d62f531f20a5fa2fb16ffc1758d6e62c..2aca6920dc3488a381b275d21a31344da02029e6:/test/system/report_user_test.rb diff --git a/test/system/report_user_test.rb b/test/system/report_user_test.rb index dc6c51175..0331e3ad7 100644 --- a/test/system/report_user_test.rb +++ b/test/system/report_user_test.rb @@ -16,9 +16,9 @@ class ReportUserTest < ApplicationSystemTestCase click_on I18n.t("user.view.report") assert page.has_content? "Report" - assert page.has_content? I18n.t("issues.new.disclaimer.intro") + assert page.has_content? I18n.t("reports.new.disclaimer.intro") - choose I18n.t("reports.categories.user.vandal") + choose I18n.t("reports.new.categories.user.vandal") fill_in "report_details", :with => "This user is a vandal" click_on "Create Report"