X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..7a66c6d4eb65a5ad6438970375cf3ea6ac4e3cfc:/test/system/report_diary_comment_test.rb diff --git a/test/system/report_diary_comment_test.rb b/test/system/report_diary_comment_test.rb index 61879a32f..a8027de79 100644 --- a/test/system/report_diary_comment_test.rb +++ b/test/system/report_diary_comment_test.rb @@ -29,7 +29,7 @@ class ReportDiaryCommentTest < ApplicationSystemTestCase click_on "Create Report" end - assert page.has_content? "Your report has been registered sucessfully" + assert page.has_content? "Your report has been registered successfully" assert_equal @comment, Issue.last.reportable assert_equal "administrator", Issue.last.assigned_role