mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
More readable
This commit is contained in:
parent
e1f142946f
commit
fadbb0ebff
@ -23,11 +23,11 @@ describe 'setting', stub: :daemon do
|
||||
page.should have_css('h1', text: I18n.t('fluentd.settings.edit.page_title'))
|
||||
page.should have_css('p.text-danger', text: I18n.t('terms.notice_restart_for_config_edit', brand: 'fluentd'))
|
||||
|
||||
fill_in 'config', with: 'SUPER GREAT CONFIG HERE'
|
||||
fill_in 'config', with: 'YET ANOTHER CONFIG'
|
||||
|
||||
click_button I18n.t('terms.update')
|
||||
|
||||
current_path.should == '/daemon/setting'
|
||||
page.should have_css('pre', text: 'SUPER GREAT CONFIG HERE')
|
||||
page.should have_css('pre', text: 'YET ANOTHER CONFIG')
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user