diff --git a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml index 4dafd761dc..469d7db375 100644 --- a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml +++ b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml @@ -13,7 +13,8 @@ Topmost="True" Background="Transparent" SizeToContent="WidthAndHeight" - AllowsTransparency="True"> + AllowsTransparency="True" + AutomationProperties.Name="Color Picker">