diff --git a/src/App/Pages/Accounts/EnvironmentPage.xaml b/src/App/Pages/Accounts/EnvironmentPage.xaml
index 5a7abb783..da94627a6 100644
--- a/src/App/Pages/Accounts/EnvironmentPage.xaml
+++ b/src/App/Pages/Accounts/EnvironmentPage.xaml
@@ -14,7 +14,7 @@
-
+
@@ -34,7 +34,8 @@
Placeholder="ex. https://bitwarden.company.com"
StyleClass="box-value"
ReturnType="Go"
- ReturnCommand="{Binding SubmitCommand}" />
+ ReturnCommand="{Binding SubmitCommand}"
+ AutomationId="server_input"/>
+ AutomationProperties.Name="{u:I18n Account}"/>
+ VerticalOptions="Center"
+ AutomationId="logo_image"
+ />
+ HorizontalTextAlignment="Center"/>
+
+ Clicked="LogIn_Clicked"
+ AutomationId="homepage_login_button"/>