diff --git a/test/support/configurable_daemon_settings.rb b/test/support/configurable_daemon_settings.rb index a95bc99..600f149 100644 --- a/test/support/configurable_daemon_settings.rb +++ b/test/support/configurable_daemon_settings.rb @@ -15,7 +15,7 @@ module ConfigurableDaemonSettings end visit(__send__("daemon_setting_#{@type}_path")) within("form") do - fill_in(@form_name.capitalize, with: @form_value) + fill_in(@form_name.humanize, with: @form_value) end click_button(I18n.t("fluentd.common.finish")) assert do