]> source.dussan.org Git - redmine.git/commitdiff
add additional assert to Issue system "test_update_issue_with_form_update"
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Oct 2019 12:18:01 +0000 (12:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Oct 2019 12:18:01 +0000 (12:18 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index 6c81a779288c45e8529461dddd8bb45227b574c2..d98b9c759e77a1499f243adea055a5620acc64c8 100644 (file)
@@ -213,7 +213,7 @@ class IssuesTest < ApplicationSystemTestCase
     assert_no_difference 'Issue.count' do
       page.first(:button, 'Submit').click
     end
-
+    assert page.has_css?('#flash_notice')
     issue = Issue.find(1)
     assert_equal 'CF value', issue.custom_field_value(field)
   end