]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_diary_comment_test.rb
Fix a small typo and tests that depend on it.
[rails.git] / test / system / report_diary_comment_test.rb
index 61879a32f0b3961ecd1ad7d69df9614e6d311539..a8027de790c2c29bffcf639e96a1604a65385af5 100644 (file)
@@ -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