Fix tests which use AutoSaveIndicator

This commit is contained in:
Yuya Ochiai
2018-02-03 00:00:31 +09:00
parent 88e6dd9de0
commit 92f56ce2d3
2 changed files with 12 additions and 6 deletions

View File

@@ -342,6 +342,7 @@ const SettingsPage = createReactClass({
<h2 style={settingsPage.sectionHeading}>{'Server Management'}</h2>
<div className='IndicatorContainer'>
<AutoSaveIndicator
id='serversSaveIndicator'
savingState={this.state.savingState.servers}
errorMessage={'Can\'t save your changes. Please try again.'}
/>
@@ -554,6 +555,7 @@ const SettingsPage = createReactClass({
<h2 style={settingsPage.sectionHeading}>{'App Options'}</h2>
<div className='IndicatorContainer'>
<AutoSaveIndicator
id='appOptionsSaveIndicator'
savingState={this.state.savingState.appOptions}
errorMessage={'Can\'t save your changes. Please try again.'}
/>