]> source.dussan.org Git - redmine.git/commitdiff
use full text in fill_in at Issue system "update issue with form update" test
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 17:47:05 +0000 (17:47 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 17:47:05 +0000 (17:47 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18661 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index 6e2753d6a4bcafa216ca8dc5cce04ca8b0664e2a..a21d86e4515a355cbbcfc11fc1b285ad5a37865b 100644 (file)
@@ -210,7 +210,7 @@ class IssuesTest < ApplicationSystemTestCase
     select 'Feature request', :from => 'Tracker'
     assert page.has_content?('Form update CF')
 
-    fill_in 'Form update', :with => 'CF value'
+    fill_in 'Form update CF', :with => 'CF value'
     assert_no_difference 'Issue.count' do
       page.first(:button, 'Submit').click
     end