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:
parent
b8f33b0694
commit
9caac1609e
@ -205,6 +205,7 @@ class IssuesTest < ApplicationSystemTestCase
|
|||||||
assert page.has_no_content?('Form update CF')
|
assert page.has_no_content?('Form update CF')
|
||||||
|
|
||||||
page.first(:link, 'Edit').click
|
page.first(:link, 'Edit').click
|
||||||
|
assert page.has_no_select?("issue_status_id")
|
||||||
# the custom field should show up when changing tracker
|
# the custom field should show up when changing tracker
|
||||||
select 'Feature request', :from => 'Tracker'
|
select 'Feature request', :from => 'Tracker'
|
||||||
assert page.has_content?('Form update CF')
|
assert page.has_content?('Form update CF')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user