diff --git a/src/App/Pages/Accounts/LoginApproveDevicePage.xaml b/src/App/Pages/Accounts/LoginApproveDevicePage.xaml
index 42edf6371..9b04ec84f 100644
--- a/src/App/Pages/Accounts/LoginApproveDevicePage.xaml
+++ b/src/App/Pages/Accounts/LoginApproveDevicePage.xaml
@@ -18,15 +18,16 @@
+ Text="{u:I18n RememberThisDevice}" />
+ Text="{u:I18n TurnOffUsingPublicDevice}" />
+ AutomationId="RememberThisDeviceSwitch"
+ VerticalOptions="Center" />
+ IsVisible="{Binding IsNewUser}"
+ AutomationId="ContinueButton" />
+ IsVisible="{Binding ApproveWithMyOtherDeviceEnabled}"
+ AutomationId="ApproveWithMyOtherDeviceButton" />
+ IsVisible="{Binding RequestAdminApprovalEnabled}"
+ AutomationId="RequestAdminApprovalButton" />
+ IsVisible="{Binding ApproveWithMasterPasswordEnabled}"
+ AutomationId="ApproveWithMasterPasswordButton" />
+ AutomationId="LoggingInAsLabel" />
+ Clicked="LogIn_Clicked"
+ AutomationId="LogInButton" />