summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js
index a56b516f7e..b9044e49a8 100644
--- a/app/components/Settings.js
+++ b/app/components/Settings.js
@@ -77,7 +77,7 @@ export default class Settings extends Component {
) : null}
{isLoggedIn ? (
- <Button onPress={ this.props.onViewPreferences }>
+ <Button onPress={ this.props.onViewPreferences } testName='settings__preferences'>
<View style={styles.settings__cell}>
<Text style={styles.settings__cell_label}>Preferences</Text>
<Img style={styles.settings__cell_disclosure} source='icon-chevron' tintColor='currentColor' />