X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..d16c4667ed61418f0785f82eaad508655c6c6c7a:/test/system/report_diary_comment_test.rb?ds=inline 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