summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-03-01 07:29:08 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-03-26 14:22:10 +0200
commitc8b78c79eaf33b4a29adedaddab18ba0a95cdb40 (patch)
tree5bdbb847de23e7d8166514258d8c6ce19bd51fc7 /app
parent08c93c5e7cfd8e236b5c0cf70e6ba413625400de (diff)
downloadmullvadvpn-c8b78c79eaf33b4a29adedaddab18ba0a95cdb40.tar.xz
mullvadvpn-c8b78c79eaf33b4a29adedaddab18ba0a95cdb40.zip
Footer visibility test
Diffstat (limited to 'app')
-rw-r--r--app/components/Login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Login.js b/app/components/Login.js
index d8827959d4..2c5d30034f 100644
--- a/app/components/Login.js
+++ b/app/components/Login.js
@@ -87,7 +87,7 @@ export default class Login extends React.Component<LoginPropTypes, State> {
</View>}
</View>
- <Animated.View onLayout={this._onFooterLayout} style={[styles.login_footer, this.state.footerAnimationStyle]} testName='footer'>
+ <Animated.View onLayout={this._onFooterLayout} style={[styles.login_footer, this.state.footerAnimationStyle]} testName={'footerVisibility ' + this._shouldShowFooter(this.props).toString()}>
{ this._createFooter() }
</Animated.View>
</View>