mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
Use String#humanize instead of String#capitalize
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
68c6160538
commit
1a8cd3feb4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user