X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2aca6920dc3488a381b275d21a31344da02029e6..d3700e6201b4b78a70bbb2941572edc985b63c2c:/test/system/report_diary_comment_test.rb?ds=sidebyside diff --git a/test/system/report_diary_comment_test.rb b/test/system/report_diary_comment_test.rb index 05b76f695..852bcfa65 100644 --- a/test/system/report_diary_comment_test.rb +++ b/test/system/report_diary_comment_test.rb @@ -11,7 +11,7 @@ class ReportDiaryCommentTest < ApplicationSystemTestCase visit diary_entry_path(@diary_entry.user.display_name, @diary_entry) assert page.has_content?(@comment.body) - assert !page.has_content?(I18n.t("diary_entry.diary_comment.report")) + assert_not page.has_content?(I18n.t("diary_entry.diary_comment.report")) end def test_it_works