summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/custom_fields_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/custom_fields_test.rb')
-rw-r--r--test/integration/api_test/custom_fields_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/api_test/custom_fields_test.rb b/test/integration/api_test/custom_fields_test.rb
index 0df56e59a..4fb06636e 100644
--- a/test/integration/api_test/custom_fields_test.rb
+++ b/test/integration/api_test/custom_fields_test.rb
@@ -37,6 +37,8 @@ class Redmine::ApiTest::CustomFieldsTest < Redmine::ApiTest::Base
end
assert_select 'trackers[type=array]'
assert_select 'roles[type=array]'
+ assert_select 'visible', :text => 'true'
+ assert_select 'editable', :text => 'true'
end
end
end