From e015feb8aa428b3c626997fb251e04f6095e9507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Perin?= Date: Thu, 5 Dec 2024 18:37:07 +0100 Subject: [PATCH] feat(e2e): Add AutomationId on Entry --- Smartway.UiComponent/Inputs/FormEntry.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smartway.UiComponent/Inputs/FormEntry.xaml b/Smartway.UiComponent/Inputs/FormEntry.xaml index 287167e..9c4c818 100644 --- a/Smartway.UiComponent/Inputs/FormEntry.xaml +++ b/Smartway.UiComponent/Inputs/FormEntry.xaml @@ -70,7 +70,7 @@ Focused="InputOnFocused" IsPassword="{Binding Source={x:Reference Self}, Path=IsPassword}" Unfocused="InputOnUnfocused" - > + AutomationId="{Binding Source={x:Reference Self}, Path=AutomationId, StringFormat='{0}_Input'}">