mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
add additional assert to Issue system "test_update_issue_with_form_update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
331d327325
commit
9716194b29
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user