From f930028920bde6378d87bb28f98bec6a17e617e1 Mon Sep 17 00:00:00 2001 From: Alison Fernandes Date: Tue, 5 Apr 2022 00:29:35 +0100 Subject: [PATCH] Added id's to views in preparation for UI tests --- src/App/Pages/Accounts/EnvironmentPage.xaml | 5 +++-- src/App/Pages/Accounts/HomePage.xaml | 13 ++++++++----- src/App/Pages/Accounts/LoginPage.xaml | 12 ++++++++---- 3 files changed, 19 insertions(+), 11 deletions(-) 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"/>