X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/812f5b44e8a84607853973f83d1de3a2b6fa1633..d14083129c244475079270505f69f747c491f96b:/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