]> 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>
Mon, 14 Oct 2019 11:13:02 +0000 (11:13 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 11:13:02 +0000 (11:13 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18647 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index d98b9c759e77a1499f243adea055a5620acc64c8..26f78ecbea33b2e9e4a6c32cc978d26d9c127fca 100644 (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')