summaryrefslogtreecommitdiffstats
path: root/test/system
diff options
context:
space:
mode:
Diffstat (limited to 'test/system')
-rw-r--r--test/system/issues_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb
index 6e2753d6a..a21d86e45 100644
--- a/test/system/issues_test.rb
+++ b/test/system/issues_test.rb
@@ -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