X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0071025400589cdf0320466609bdbb6ed27e1fb4..91fc65a2e3ad47414344a6d5dc03cb5fb2a08ce1:/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 5b66bcee7..18be7e649 100644 --- a/test/system/report_diary_comment_test.rb +++ b/test/system/report_diary_comment_test.rb @@ -32,5 +32,6 @@ class ReportDiaryCommentTest < ApplicationSystemTestCase assert page.has_content? "Your report has been registered sucessfully" assert_equal @comment, Issue.last.reportable + assert_equal "administrator", Issue.last.assigned_role end end