From d876b54f45780a6224abed9a78c20a9c508e5c0d Mon Sep 17 00:00:00 2001 From: ifernandezdiaz Date: Tue, 20 Jun 2023 17:49:26 -0300 Subject: [PATCH] Adding IDs for AttachmentPage elements (#2577) --- src/App/Pages/Vault/AttachmentsPage.xaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/App/Pages/Vault/AttachmentsPage.xaml b/src/App/Pages/Vault/AttachmentsPage.xaml index 0b56ab9c1..4159feedf 100644 --- a/src/App/Pages/Vault/AttachmentsPage.xaml +++ b/src/App/Pages/Vault/AttachmentsPage.xaml @@ -33,23 +33,25 @@ - - + - + @@ -77,17 +80,20 @@ LineBreakMode="CharacterWrap" StyleClass="text-sm, text-muted" HorizontalOptions="FillAndExpand" - HorizontalTextAlignment="Center" /> + HorizontalTextAlignment="Center" + AutomationId="NoFileChosenLabel" /> + Clicked="ChooseFile_Clicked" + AutomationId="ChooseFileButton">