From ed3467515ee536227a46e029a77e28f9709a99a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bispo?= Date: Sat, 14 Oct 2023 00:39:57 +0100 Subject: [PATCH] [PM-3531] Add missing automation ids. (#2814) --- .../Accounts/LoginApproveDevicePage.xaml | 22 +++++++++++-------- .../LoginPasswordlessRequestPage.xaml | 12 +++++----- src/App/Pages/Accounts/LoginSsoPage.xaml | 8 ++++--- 3 files changed, 25 insertions(+), 17 deletions(-) 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 @@ + AutomationId="RememberThisDeviceSwitch" + VerticalOptions="Center" /> + Clicked="LogIn_Clicked" + AutomationId="LogInButton" />