X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/46c183ffeb68a45e6e0793c813f2756109f40642..2aca6920dc3488a381b275d21a31344da02029e6:/test/system/report_note_test.rb diff --git a/test/system/report_note_test.rb b/test/system/report_note_test.rb index c5a70b488..f88588834 100644 --- a/test/system/report_note_test.rb +++ b/test/system/report_note_test.rb @@ -16,9 +16,9 @@ class ReportNoteTest < ApplicationSystemTestCase click_on I18n.t("browse.note.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.note.spam") + choose I18n.t("reports.new.categories.note.spam") fill_in "report_details", :with => "This is spam" click_on "Create Report" @@ -35,9 +35,9 @@ class ReportNoteTest < ApplicationSystemTestCase click_on I18n.t("browse.note.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.note.spam") + choose I18n.t("reports.new.categories.note.spam") fill_in "report_details", :with => "This is spam" click_on "Create Report"