diff --git a/src/App/ConnectionPage.xaml b/src/App/ConnectionPage.xaml index 77ea0df8..5be12b84 100644 --- a/src/App/ConnectionPage.xaml +++ b/src/App/ConnectionPage.xaml @@ -36,7 +36,7 @@ - + @@ -89,7 +89,7 @@ - diff --git a/src/App/ConnectionPage.xaml.cs b/src/App/ConnectionPage.xaml.cs index 2cc0dcd4..85d54d3c 100644 --- a/src/App/ConnectionPage.xaml.cs +++ b/src/App/ConnectionPage.xaml.cs @@ -262,6 +262,11 @@ namespace Microsoft.FactoryOrchestrator.UWP ((App)Application.Current).Exit(); } + private void Exit_Click(object sender, RoutedEventArgs e) + { + AutomationProperties.SetName(ConfirmExit, "ConfirmExit"); + } + private async void ValidateXMLButton_Click(object sender, RoutedEventArgs e) { var picker = new Windows.Storage.Pickers.FileOpenPicker