]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_note_test.rb
Merge branch 'master' into next
[rails.git] / test / system / report_note_test.rb
index c5a70b488fc8807c599916edfe8a2b80a801d207..759306e08f30dbc573782ece28576a3ab9d77f08 100644 (file)
@@ -6,7 +6,7 @@ class ReportNoteTest < ApplicationSystemTestCase
     visit browse_note_path(note)
     assert page.has_content?(note.comments.first.body)
 
-    assert !page.has_content?(I18n.t("browse.note.report"))
+    assert_not page.has_content?(I18n.t("browse.note.report"))
   end
 
   def test_can_report_anonymous_notes
@@ -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"