summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r--test/functional/issues_controller_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 62d4894c3..63e085195 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -6423,7 +6423,8 @@ class IssuesControllerTest < Redmine::ControllerTest
# Initial form should hide 'follow' button
assert_select 'input[type=submit]', 1 do
- assert_select '[name=?]', 'commit'
+ assert_select '[name=?]', 'commit', 1
+ assert_select '[name=?]', 'follow', 0
end
end
end