Fix a small typo and tests that depend on it.

This commit is contained in:
Frederik Ramm 2021-01-19 20:56:43 +01:00
parent 812f5b44e8
commit d14083129c
5 changed files with 9 additions and 9 deletions

View 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