1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-23 08:51:13 +00:00

add additional assert to Issue system "test_update_issue_with_form_update"

git-svn-id: http://svn.redmine.org/redmine/trunk@18647 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-14 11:13:02 +00:00
parent b8f33b0694
commit 9caac1609e

View File

@ -205,6 +205,7 @@ class IssuesTest < ApplicationSystemTestCase
assert page.has_no_content?('Form update CF')
page.first(:link, 'Edit').click
assert page.has_no_select?("issue_status_id")
# the custom field should show up when changing tracker
select 'Feature request', :from => 'Tracker'
assert page.has_content?('Form update CF')