Fix a small typo and tests that depend on it.
This commit is contained in:
parent
812f5b44e8
commit
d14083129c
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue